diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-26 20:00:48 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-26 20:00:48 -0400 |
commit | 2ea331ebb341505df1cd8429b140c52e345a5af4 (patch) | |
tree | 5f6835bddbcf17656f31f4e71ef73cf608a1fabf /engine/menu | |
parent | 2b7cb8a1d821108b8ee1551892a36371527c4ab9 (diff) |
Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions""
This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
Diffstat (limited to 'engine/menu')
-rw-r--r-- | engine/menu/bills_pc.asm | 6 |
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 |