aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/IndigoPlateauLobby.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/IndigoPlateauLobby.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/IndigoPlateauLobby.asm')
-rw-r--r--scripts/IndigoPlateauLobby.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IndigoPlateauLobby.asm b/scripts/IndigoPlateauLobby.asm
index 0a532d9a..f3aedbc2 100644
--- a/scripts/IndigoPlateauLobby.asm
+++ b/scripts/IndigoPlateauLobby.asm
@@ -11,7 +11,7 @@ IndigoPlateauLobby_Script:
res 1, [hl]
ret z
; Elite 4 events
- ResetEventRange ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
+ ResetEventRange INDIGO_PLATEAU_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
ret
IndigoPlateauLobby_TextPointers: