diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 21:39:06 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 21:43:32 -0400 |
commit | 76d02feca02652febd87444a9f408e7c06ba0058 (patch) | |
tree | ac9e16bca802b7688c2a5e6f4f0f47eb8a755a86 | |
parent | 6a1e077d2d20904c19b80a6baa455c8c9d7ce1f1 (diff) |
Move mon_nest_icon.png to gfx/town_map
-rwxr-xr-x | engine/town_map.asm | 2 | ||||
-rw-r--r-- | gfx/town_map/mon_nest_icon.png (renamed from gfx/pokedex/mon_nest_icon.png) | bin | 80 -> 80 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differindex ade69944..ade69944 100644 --- a/gfx/pokedex/mon_nest_icon.png +++ b/gfx/town_map/mon_nest_icon.png |