summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-08-29 22:51:26 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-08-29 22:51:26 +0100
commit6a7378d76ff86c8f011779f57000621aa3b48266 (patch)
treecf2614dafb2ae728cfd74b2eb19c03408b49e5d2
parent15d6ba73c7e21b2c12142c91da500a7888e5f1f1 (diff)
Fix minor oversight
-rw-r--r--gfx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.asm b/gfx.asm
index 4976029..abc629d 100644
--- a/gfx.asm
+++ b/gfx.asm
@@ -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::