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 /scripts | |
| 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 'scripts')
| -rwxr-xr-x | scripts/HallOfFame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/HallOfFame.asm b/scripts/HallOfFame.asm index 511c9754..af424089 100755 --- a/scripts/HallOfFame.asm +++ b/scripts/HallOfFame.asm @@ -94,7 +94,7 @@ HallofFameRoomScript1: call DisplayTextID ld a, $ff ld [wJoyIgnore], a - ld a, HS_UNKNOWN_DUNGEON_GUY + ld a, HS_CERULEAN_CAVE_GUY ld [wMissableObjectIndex], a predef HideObject ld a, $2 |
