kep-hack/data/sgb/sgb_border.asm
2022-09-25 13:45:54 +01:00

29 lines
348 B
NASM

BorderPalettes:
INCBIN "gfx/sgb/sgb_border.tilemap"
ds $100
RGB 31,31,31 ; PAL_SGB1
RGB 31,31,00
RGB 16,18,31
RGB 03,03,03
ds $18
RGB 31,31,31 ; PAL_SGB2
RGB 31,17,00
RGB 28,14,00
RGB 03,03,03
ds $18
RGB 31,31,31 ; PAL_SGB3
RGB 31,15,18
RGB 01,22,06
RGB 03,03,03
ds $18
SGBBorderGraphics:
INCBIN "gfx/sgb/sgb_border.2bpp"