summaryrefslogtreecommitdiff
path: root/scripts/billshouse2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/billshouse2.asm')
-rwxr-xr-xscripts/billshouse2.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/billshouse2.asm b/scripts/billshouse2.asm
index 2ae17ae6..87016aa8 100755
--- a/scripts/billshouse2.asm
+++ b/scripts/billshouse2.asm
@@ -9,7 +9,7 @@ Func_f2418:
ld hl, BillsHouseText_f2440
call PrintText
ld a, $2
- ld [W_BILLSHOUSECURSCRIPT], a
+ ld [wBillsHouseCurScript], a
ret
.asm_f2433
@@ -83,13 +83,13 @@ BillsHouseText_f24a9:
TX_FAR _BillsHouseText_1e8da
db "@"
-Func_f24ae: ; f24ae
+Func_f24ae:
ld a, [wCurMap]
cp BILLS_HOUSE
jr nz, .asm_f24d2
call CheckPikachuFollowingPlayer
jr z, .asm_f24d2
- ld a, [W_BILLSHOUSECURSCRIPT]
+ ld a, [wBillsHouseCurScript]
cp $5
ld e, $1b
ret z