diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 11:18:19 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 11:18:19 -0700 |
commit | 699d4158067b8caf4323a04be96c6b912af1f640 (patch) | |
tree | 07c13532c8d2e4df22b3836d62d658efd6587e2f | |
parent | 25406c47eb183eee2e9723eefd5873a87a82d8a6 (diff) |
address comments
-rw-r--r-- | data/graphics.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics.s b/data/graphics.s index d2e82e8cf..9990ece62 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -3641,15 +3641,15 @@ gPokedexMenu_Gfx:: @ 8E86758 .incbin "graphics/pokedex/menu.4bpp.lz" .align 2 -gPokedexMenu2_Gfx:: @ E874C8 +gPokedexMenu2_Gfx:: @ 8E874C8 .incbin "graphics/pokedex/menu2.4bpp.lz" .align 2 -gPokedexMenu_Pal:: @ E87AF4 +gPokedexMenu_Pal:: @ 8E87AF4 .incbin "graphics/pokedex/menu1.gbapal" .align 2 -gPokedexMenu2_Pal:: @ E87B54 +gPokedexMenu2_Pal:: @ 8E87B54 .incbin "graphics/pokedex/menu2.gbapal" .align 2 |