summaryrefslogtreecommitdiff
path: root/engine/menu
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-25 12:56:05 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-25 12:56:05 -0400
commitc8ddbe7566120d74a5078d5a9031a6c5befde00d (patch)
treeaf11a8d6699187a30e7d67c17403c39b45a9c854 /engine/menu
parentfdad37cfb92543c0d6a3b1beb9d0e9de25cce409 (diff)
Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"
This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
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 3ef1f95a..4a274871 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 PlayPikachuSoundClip
+ callab Func_f0000
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 PlayPikachuSoundClip
+ callab Func_f0000
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 PlayPikachuSoundClip
+ callab Func_f0000
ld hl, PikachuUnhappyText
call PrintText
jp BillsPCMenu