diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 22:51:26 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 22:51:26 +0100 |
commit | 6a7378d76ff86c8f011779f57000621aa3b48266 (patch) | |
tree | cf2614dafb2ae728cfd74b2eb19c03408b49e5d2 | |
parent | 15d6ba73c7e21b2c12142c91da500a7888e5f1f1 (diff) |
Fix minor oversight
-rw-r--r-- | gfx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ PokedexGFX:: INCBIN "gfx/pokedex/pokedex.2bpp" PokedexGFXEnd:: PokedexLocationGFX:: INCBIN "gfx/pokedex/locations.2bpp" ; 0x0f8dc2--0x0f8e12 PokedexLocationGFXEnd:: -TownMapGFX:: INCBIN "gfx/trainer_gear/town_map.2bpp" ; 0x0f8e12--0x0f8fc2 +TownMapGFX:: INCBIN "gfx/trainer_gear/town_map.2bpp" ; 0x0f8e12--0x0f8fc2 TownMapGFXEnd:: HUD_GFX:: INCBIN "gfx/hud/hud.2bpp" ; 0x0f8fc2--0x0f9052 HUD_GFXEnd:: |