mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix pokeflute in battle sfx
and other small improvements
This commit is contained in:
parent
5f87413b23
commit
c1278c478e
28 changed files with 108 additions and 131 deletions
|
|
@ -224,11 +224,12 @@ BillsPCDeposit:
|
|||
jp c, BillsPCMenu
|
||||
call DisplayDepositWithdrawMenu
|
||||
jp nc, BillsPCMenu
|
||||
call WaitForSoundToFinish
|
||||
ld a, [wcf91]
|
||||
|
||||
call PlayCry
|
||||
;call GetCryData
|
||||
;call PlaySoundWaitForCurrent
|
||||
; call GetCryData
|
||||
; call PlaySoundWaitForCurrent
|
||||
|
||||
ld a, PARTY_TO_BOX
|
||||
ld [wMoveMonType], a
|
||||
call MoveMon
|
||||
|
|
@ -278,11 +279,12 @@ BillsPCWithdraw:
|
|||
ld a, [wWhichPokemon]
|
||||
ld hl, wBoxMonNicks
|
||||
call GetPartyMonName
|
||||
call WaitForSoundToFinish
|
||||
ld a, [wcf91]
|
||||
|
||||
call PlayCry
|
||||
;call GetCryData
|
||||
;call PlaySoundWaitForCurrent
|
||||
; call GetCryData
|
||||
; call PlaySoundWaitForCurrent
|
||||
|
||||
xor a ; BOX_TO_PARTY
|
||||
ld [wMoveMonType], a
|
||||
call MoveMon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue