summaryrefslogtreecommitdiff
path: root/scripts/billshouse2.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-29 16:24:41 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-29 16:24:41 -0400
commit9abb62033819774d7b256ee0222f7c6ece987bfe (patch)
treeade69ea7b4186c8438592bca84c1968c2d41fcbd /scripts/billshouse2.asm
parent92f3f9119ee7e0a1c70fcc483888baf048d7e6d9 (diff)
Pewter Pokecenter
Diffstat (limited to 'scripts/billshouse2.asm')
-rwxr-xr-xscripts/billshouse2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/billshouse2.asm b/scripts/billshouse2.asm
index 48205029..6f62a79f 100755
--- a/scripts/billshouse2.asm
+++ b/scripts/billshouse2.asm
@@ -87,7 +87,7 @@ Func_f24ae: ; f24ae
ld a, [wCurMap]
cp BILLS_HOUSE
jr nz, .asm_f24d2
- call Func_154a
+ call CheckPikachuAsleep
jr z, .asm_f24d2
ld a, [W_BILLSHOUSECURSCRIPT]
cp $5
@@ -120,7 +120,7 @@ Func_f24d5:
ld a, $1
ld [wWhichEmotionBubble], a
predef EmotionBubble
- call Func_153a
+ call SetPikachuAsleep
callab InitializePikachuTextID
ret