mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge branch 'master' of https://github.com/dannye/pokered-crysaudio
This commit is contained in:
commit
8021cbdf04
530 changed files with 153841 additions and 14088 deletions
|
|
@ -415,7 +415,8 @@ SlotMachine_CheckForMatches:
|
|||
call PrintText
|
||||
.done
|
||||
xor a
|
||||
ld [wMuteAudioAndPauseMusic], a
|
||||
ld [wSFXPriority], a
|
||||
; ld [wMuteAudioAndPauseMusic], a
|
||||
ret
|
||||
.rollWheel3DownByOneSymbol
|
||||
call SlotMachine_AnimWheel3
|
||||
|
|
@ -659,7 +660,7 @@ SlotMachine_PrintPayoutCoins:
|
|||
|
||||
SlotMachine_PayCoinsToPlayer:
|
||||
ld a, $1
|
||||
ld [wMuteAudioAndPauseMusic], a
|
||||
; ld [wMuteAudioAndPauseMusic], a
|
||||
call WaitForSoundToFinish
|
||||
|
||||
; Put 1 in the temp coins variable. This value is added to the player's coins
|
||||
|
|
@ -696,6 +697,8 @@ SlotMachine_PayCoinsToPlayer:
|
|||
call SlotMachine_PrintPayoutCoins
|
||||
ld a, SFX_SLOTS_REWARD
|
||||
call PlaySound
|
||||
ld a, 1
|
||||
ld [wSFXPriority], a
|
||||
ld a, [wAnimCounter]
|
||||
dec a
|
||||
jr nz, .skip1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue