diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-31 19:47:03 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-31 19:47:03 -0400 |
commit | a7e358cd7e3bb99b3189afe753831656fcc0c354 (patch) | |
tree | 427b19b7c18c5aed088301e854a7efb506453e4b /gfx.asm | |
parent | bd9e0d92c0a097c42d7fbb2ab90fdd02e0290088 (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.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |