mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Change die roll SFX (#11)
This commit is contained in:
parent
8c7ee46065
commit
0d016cc8ee
@ -194,7 +194,7 @@ DIE_MAX_NUMBER EQU 6
|
|||||||
|
|
||||||
.rotate_die_loop
|
.rotate_die_loop
|
||||||
call IsSFXPlaying
|
call IsSFXPlaying
|
||||||
ld de, SFX_KINESIS
|
ld de, SFX_STOP_SLOT
|
||||||
call c, PlaySFX
|
call c, PlaySFX
|
||||||
call Random
|
call Random
|
||||||
.sample_die_loop
|
.sample_die_loop
|
||||||
|
Loading…
Reference in New Issue
Block a user