From 2ea331ebb341505df1cd8429b140c52e345a5af4 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 26 Oct 2015 20:00:48 -0400 Subject: Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. --- engine/menu/bills_pc.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/menu') 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 -- cgit v1.2.3