summaryrefslogtreecommitdiff
path: root/scripts/HallOfFame.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2019-04-08 18:47:31 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2019-04-08 18:47:31 +0100
commitdf2a68d6de7a57aeae782efc7755abbcfb8005d6 (patch)
treebf0058d6fe559328d01c12dff76af9b21a759244 /scripts/HallOfFame.asm
parent725b86ebbec23bd1f53fd60bf0201c904fee951d (diff)
Replace the few instances of Unknown Dungeon with Cerulean Cave
Diffstat (limited to 'scripts/HallOfFame.asm')
-rwxr-xr-xscripts/HallOfFame.asm2
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