diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-19 00:41:13 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-19 00:41:13 -0400 |
| commit | f7aea30ee8b9d1616b39defc6fb64b1c53886805 (patch) | |
| tree | dee31d564ad2c2a600186fb5a6068806e0775af8 /scripts/HallOfFame.asm | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| parent | Fix tools/unnamed.py and add tools/consts.py (diff) | |
| download | pokeyellow-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.asm | 2 |
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 |
