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/HallOfFame.asm | |
parent | a8133da3ee11a2f52e1b18170189260872f6bc7e (diff) | |
parent | df2a68d6de7a57aeae782efc7755abbcfb8005d6 (diff) |
Merge pull request #201 from SatoMew/master
Make Cerulean Cave labels consistent throughout the project
Diffstat (limited to 'scripts/HallOfFame.asm')
-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 |