summaryrefslogtreecommitdiff
path: root/gfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.asm')
-rw-r--r--gfx.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx.asm b/gfx.asm
index 8101db4..7b99c4b 100644
--- a/gfx.asm
+++ b/gfx.asm
@@ -25,6 +25,9 @@ SECTION "Pokegear GFX", ROMX[$4F32], BANK[$02]
PokegearGFX::
INCBIN "gfx/pokegear/pokegear.2bpp"
+SECTION "Super Palettes", ROMX[$5C4C], BANK[$02]
+INCLUDE "data/super_palettes.inc"
+
SECTION "Unused SGB Border GFX", ROMX[$62CC], BANK[$02]
UnusedSGBBorderGFX::
INCBIN "gfx/sgb/sgb_border_alt.2bpp"