aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/billshouse2.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-06-03 17:54:53 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-06-03 17:54:53 -0400
commit8cdf73265f95e9a55112f373804867244512878d (patch)
tree64f4263b86839e1eb9770688ad890683fa89c503 /scripts/billshouse2.asm
parentUpdate extras with fixed gbz80disasm.py (diff)
parentFix tileset incbin statement alignment (diff)
downloadpokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.gz
pokeyellow-8cdf73265f95e9a55112f373804867244512878d.tar.xz
pokeyellow-8cdf73265f95e9a55112f373804867244512878d.zip
Merge pull request #10 from PikalaxALT/master
Next batch of scripts, etc.
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 6f62a79f..87a39969 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 CheckPikachuAsleep
+ call CheckPikachuFollowingPlayer
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 SetPikachuAsleep
+ call DisablePikachuFollowingPlayer
callab InitializePikachuTextID
ret