summaryrefslogtreecommitdiff
path: root/scripts/beach_house.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/beach_house.asm')
-rw-r--r--scripts/beach_house.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/beach_house.asm b/scripts/beach_house.asm
index fb0d78f2..d43e0977 100644
--- a/scripts/beach_house.asm
+++ b/scripts/beach_house.asm
@@ -19,7 +19,7 @@ SurfinDudeText:
call PrintText
jr .done
.next
- ld hl, wPreventBlackout
+ ld hl, wd492
bit 0, [hl]
set 0, [hl]
jr nz, .next2
@@ -36,7 +36,7 @@ SurfinDudeText:
ld a, 1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
callba SurfingPikachuMinigame
- ld hl, wPreventBlackout
+ ld hl, wd492
set 1, [hl]
jr .done
.asm_f226b
@@ -133,7 +133,7 @@ BeachHouseSign4Text:
bit 6, a
jr z, .asm_f2369
- ld hl, wPreventBlackout
+ ld hl, wd492
bit 1, [hl]
jr z, .next2
ld a, 0
@@ -141,7 +141,7 @@ BeachHouseSign4Text:
.next2
ld hl, .BeachHousePrinterText2
call PrintText
- ld a, [wPreventBlackout]
+ ld a, [wd492]
bit 1, a
jr z, .asm_f236f