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