aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/HallOfFame.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-09-19 00:41:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-09-19 00:41:13 -0400
commitf7aea30ee8b9d1616b39defc6fb64b1c53886805 (patch)
treedee31d564ad2c2a600186fb5a6068806e0775af8 /scripts/HallOfFame.asm
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
parentFix tools/unnamed.py and add tools/consts.py (diff)
downloadpokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.tar.gz
pokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.tar.xz
pokeyellow-f7aea30ee8b9d1616b39defc6fb64b1c53886805.zip
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'scripts/HallOfFame.asm')
-rw-r--r--scripts/HallOfFame.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/HallOfFame.asm b/scripts/HallOfFame.asm
index fd13719b..45cef29c 100644
--- a/scripts/HallOfFame.asm
+++ b/scripts/HallOfFame.asm
@@ -40,7 +40,7 @@ HallofFameRoomScript2:
ld [wLancesRoomCurScript], a
ld [wHallOfFameCurScript], a
; Elite 4 events
- ResetEventRange ELITE4_EVENTS_START, ELITE4_CHAMPION_EVENTS_END, 1
+ ResetEventRange INDIGO_PLATEAU_EVENTS_START, INDIGO_PLATEAU_EVENTS_END, 1
xor a
ld [wHallOfFameCurScript], a
ld a, PALLET_TOWN