summaryrefslogtreecommitdiff
path: root/scripts/indigoplateaulobby.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-21 14:21:14 -0700
committerYamaArashi <shadow962@live.com>2015-07-21 14:21:14 -0700
commitdcc7f3bc9f41f2d5e0f7448b4688c1058da0040b (patch)
tree7f9cbc30a08550b4e5b37b28810887472672610b /scripts/indigoplateaulobby.asm
parent5ce58a048cecba5435d74b14652c58004d3f95b1 (diff)
named more constants
Diffstat (limited to 'scripts/indigoplateaulobby.asm')
-rwxr-xr-xscripts/indigoplateaulobby.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/indigoplateaulobby.asm b/scripts/indigoplateaulobby.asm
index e4a64ce6..7655d8c7 100755
--- a/scripts/indigoplateaulobby.asm
+++ b/scripts/indigoplateaulobby.asm
@@ -6,12 +6,12 @@ IndigoPlateauLobbyScript: ; 19c5b (6:5c5b)
res 6, [hl]
ret z
ResetEvent EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH
- ld hl, wd734
+ ld hl, wBeatLorelei
bit 1, [hl]
res 1, [hl]
ret z
; Elite 4 events
- ResetEventRange EVENT_ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
+ ResetEventRange ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR
ret
IndigoPlateauLobbyTextPointers: ; 19c7f (6:5c7f)