Fix for Ceaseless Edge/Axe Kick visual glitch (#2969)

This commit is contained in:
Alex 2023-05-02 23:25:44 +02:00 committed by GitHub
parent dd43d62a12
commit 957ee36c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,7 @@ BattleScript_StealthRockActivates::
setstealthrock BattleScript_MoveEnd setstealthrock BattleScript_MoveEnd
printfromtable gDmgHazardsStringIds printfromtable gDmgHazardsStringIds
waitmessage B_WAIT_TIME_LONG waitmessage B_WAIT_TIME_LONG
goto BattleScript_MoveEnd return
BattleScript_EffectDireClaw:: BattleScript_EffectDireClaw::
setmoveeffect MOVE_EFFECT_DIRE_CLAW setmoveeffect MOVE_EFFECT_DIRE_CLAW
@ -466,7 +466,7 @@ BattleScript_SpikesActivates::
trysetspikes BattleScript_MoveEnd trysetspikes BattleScript_MoveEnd
printfromtable gDmgHazardsStringIds printfromtable gDmgHazardsStringIds
waitmessage B_WAIT_TIME_LONG waitmessage B_WAIT_TIME_LONG
goto BattleScript_MoveEnd return
BattleScript_EffectAttackUpUserAlly: BattleScript_EffectAttackUpUserAlly:
jumpifnoally BS_ATTACKER, BattleScript_EffectAttackUp jumpifnoally BS_ATTACKER, BattleScript_EffectAttackUp