summaryrefslogtreecommitdiff
path: root/scripts/seafoamislands3.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/seafoamislands3.asm')
-rwxr-xr-xscripts/seafoamislands3.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/seafoamislands3.asm b/scripts/seafoamislands3.asm
index f117c2a7..8f66a0ca 100755
--- a/scripts/seafoamislands3.asm
+++ b/scripts/seafoamislands3.asm
@@ -7,18 +7,18 @@ SeafoamIslands3Script: ; 46451 (11:6451)
ld hl, Seafoam3HolesCoords
call CheckBoulderCoords
ret nc
- EventFlagAddress hl, EVENT_9C8
+ EventFlagAddress hl, EVENT_SEAFOAM3_BOULDER1_DOWN_HOLE
ld a, [wCoordIndex]
cp $1
jr nz, .asm_4647c
- SetEventReuseHL EVENT_9C8
+ SetEventReuseHL EVENT_SEAFOAM3_BOULDER1_DOWN_HOLE
ld a, HS_SEAFOAM_ISLANDS_3_BOULDER_1
ld [wd079], a
ld a, HS_SEAFOAM_ISLANDS_4_BOULDER_3
ld [wd07a], a
jr .asm_46488
.asm_4647c
- SetEventAfterBranchReuseHL EVENT_9C9, EVENT_9C8
+ SetEventAfterBranchReuseHL EVENT_SEAFOAM3_BOULDER2_DOWN_HOLE, EVENT_SEAFOAM3_BOULDER1_DOWN_HOLE
ld a, HS_SEAFOAM_ISLANDS_3_BOULDER_2
ld [wd079], a
ld a, HS_SEAFOAM_ISLANDS_4_BOULDER_4