mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Making a more unique border, now using elements from Yellow's and SW Gold's as well as SW Silver's.
29 lines
348 B
NASM
29 lines
348 B
NASM
BorderPalettes:
|
|
INCBIN "gfx/sgb/sgb_border.tilemap"
|
|
|
|
ds $100
|
|
|
|
RGB 31,31,31 ; PAL_SGB1
|
|
RGB 31,28,00
|
|
RGB 16,18,31
|
|
RGB 03,03,03
|
|
|
|
ds $18
|
|
|
|
RGB 31,31,31 ; PAL_SGB2
|
|
RGB 31,09,01
|
|
RGB 28,14,04
|
|
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"
|