diff --git a/engine/town_map.asm b/engine/town_map.asm index 9cc55161..84a92994 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -586,7 +586,7 @@ INCLUDE "data/town_map_entries.asm" INCLUDE "text/map_names.asm" MonNestIcon: - INCBIN "gfx/pokedex/mon_nest_icon.1bpp" + INCBIN "gfx/town_map/mon_nest_icon.1bpp" MonNestIconEnd: TownMapSpriteBlinkingAnimation:: diff --git a/gfx/pokedex/mon_nest_icon.png b/gfx/town_map/mon_nest_icon.png similarity index 100% rename from gfx/pokedex/mon_nest_icon.png rename to gfx/town_map/mon_nest_icon.png