You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge commit '546c17ad' into merge-mrwint
Conflicts: engine/scripting.asm main.asm
This commit is contained in:
@ -578,7 +578,7 @@ Script_specialsound: ; 0x96fe4
|
||||
jr z, .play
|
||||
ld de, SFX_ITEM
|
||||
.play
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
call WaitSFX
|
||||
ret
|
||||
; 0x96ffe
|
||||
@ -926,7 +926,7 @@ Script_playsound: ; 0x971b7
|
||||
ld e, a
|
||||
call GetScriptByte
|
||||
ld d, a
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
ret
|
||||
; 0x971c3
|
||||
|
||||
@ -941,7 +941,7 @@ Script_warpsound: ; 0x971c7
|
||||
; script command 0x87
|
||||
|
||||
callba Function14a07
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
ret
|
||||
; 0x971d1
|
||||
|
||||
|
Reference in New Issue
Block a user