document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. INCLUDE "dev/data/maps/sgbborder_map.z80"
  2.     DS  256         ; The rows from 28 to 31 are not used
  3.  
  4.     RGB 11,7,21     ; PAL_SGB1
  5.     RGB 7,4,15
  6.     RGB 4,1,8
  7.     RGB 1,1,4
  8.     RGB 11,7,21
  9.     RGB 16,12,31
  10.     RGB 31,31,31
  11.  
  12.     DS  $12         ; Colors from 7 to 15 not used
  13.  
  14.     RGB 16,12,31    ; PAL_SGB2
  15.     RGB 7,4,15
  16.     RGB 4,1,8
  17.     RGB 1,1,4
  18.     RGB 16,12,31
  19.  
  20.     DS  $16         ; Colors from 5 to 15 not used
  21.  
  22.     RGB 16,12,31    ; PAL_SGB3
  23.     RGB 11,7,21
  24.     RGB 4,1,8
  25.     RGB 1,1,4
  26.     RGB 16,12,31
  27.  
  28.     DS  $16         ; Colors from 5 to 15 not used
');