diff options
| author | Daniel Harding <33dannye@gmail.com> | 2019-05-20 23:27:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-20 23:27:35 -0500 |
| commit | 8addeffe6fb5012113e695b17680734933076e8e (patch) | |
| tree | ab1633140611bc29b471a984f4e8869a1258c26d /constants | |
| parent | A few missed SFX constant IDs (diff) | |
| parent | Replace the few instances of Unknown Dungeon with Cerulean Cave (diff) | |
| download | pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.gz pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.xz pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.zip | |
Merge pull request #201 from SatoMew/master
Make Cerulean Cave labels consistent throughout the project
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/hide_show_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm index d2077629..805d16ec 100755 --- a/constants/hide_show_constants.asm +++ b/constants/hide_show_constants.asm @@ -14,7 +14,7 @@ const_value = 0 const HS_CERULEAN_RIVAL ; 05 const HS_CERULEAN_ROCKET ; 06 const HS_CERULEAN_GUARD_1 ; 07 - const HS_UNKNOWN_DUNGEON_GUY ; 08 + const HS_CERULEAN_CAVE_GUY ; 08 const HS_CERULEAN_GUARD_2 ; 09 const HS_SAFFRON_CITY_1 ; 0A const HS_SAFFRON_CITY_2 ; 0B |
