summaryrefslogtreecommitdiff
path: root/gfx.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-31 19:47:03 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-31 19:47:03 -0400
commita7e358cd7e3bb99b3189afe753831656fcc0c354 (patch)
tree427b19b7c18c5aed088301e854a7efb506453e4b /gfx.asm
parentbd9e0d92c0a097c42d7fbb2ab90fdd02e0290088 (diff)
Keep pokemon data in data/pokemon
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed
Diffstat (limited to 'gfx.asm')
-rw-r--r--gfx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.asm b/gfx.asm
index 320af56..6baaf80 100644
--- a/gfx.asm
+++ b/gfx.asm
@@ -26,7 +26,7 @@ PokegearGFX::
INCBIN "gfx/pokegear/pokegear.2bpp"
SECTION "Super Palettes", ROMX[$5B4C], BANK[$02]
-INCLUDE "data/pokemon_palettes.inc"
+INCLUDE "data/pokemon/palettes.inc"
INCLUDE "data/super_palettes.inc"
SECTION "Unused SGB Border GFX", ROMX[$62CC], BANK[$02]