summaryrefslogtreecommitdiff
path: root/engine/menu
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-24 17:35:57 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-24 17:35:57 -0400
commit3a5d7ec05db9ce1156863983a0427396d6f6f49b (patch)
treeb85979ed890027d54edcd4deca8be46dbf10cbf7 /engine/menu
parentbb97b63af1fbeca208cb30a41f8195b4408821dc (diff)
data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
Diffstat (limited to 'engine/menu')
-rw-r--r--engine/menu/bills_pc.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm
index 4a274871..3ef1f95a 100644
--- a/engine/menu/bills_pc.asm
+++ b/engine/menu/bills_pc.asm
@@ -241,7 +241,7 @@ BillsPCDeposit: ; 2156d (8:556d)
callab IsThisPartymonOurPikachu
jr nc, .asm_215c9
ld e, $1b
- callab Func_f0000
+ callab PlayPikachuSoundClip
jr .asm_215cf
.asm_215c9
ld a, [wcf91]
@@ -304,7 +304,7 @@ BillsPCWithdraw: ; 21613 (8:5613)
callab Func_fce0d
jr nc, .asm_21660
ld e, $22
- callab Func_f0000
+ callab PlayPikachuSoundClip
jr .asm_21666
.asm_21660
ld a, [wcf91]
@@ -355,7 +355,7 @@ BillsPCRelease: ; 21690 (8:5690)
ld hl, wBoxMonNicks
call GetPartyMonName
ld e, $27
- callab Func_f0000
+ callab PlayPikachuSoundClip
ld hl, PikachuUnhappyText
call PrintText
jp BillsPCMenu