Corrected the order of actions in BattleScript_FirstChargingTurn

This commit is contained in:
LOuroboros 2021-02-08 17:40:37 -03:00
parent 7a237595c9
commit 43d6340b92

View File

@ -2757,14 +2757,16 @@ BattleScriptFirstChargingTurn::
attackcanceler attackcanceler
printstring STRINGID_EMPTYSTRING3 printstring STRINGID_EMPTYSTRING3
ppreduce ppreduce
attackstring
pause 0x40
copybyte cMULTISTRING_CHOOSER, sTWOTURN_STRINGID
printfromtable gFirstTurnOfTwoStringIds
waitmessage 0x40
attackanimation attackanimation
waitanimation waitanimation
orword gHitMarker, HITMARKER_CHARGING orword gHitMarker, HITMARKER_CHARGING
setmoveeffect MOVE_EFFECT_CHARGING | MOVE_EFFECT_AFFECTS_USER setmoveeffect MOVE_EFFECT_CHARGING | MOVE_EFFECT_AFFECTS_USER
seteffectprimary seteffectprimary
copybyte cMULTISTRING_CHOOSER, sTWOTURN_STRINGID
printfromtable gFirstTurnOfTwoStringIds
waitmessage 0x40
return return
BattleScript_EffectSuperFang:: BattleScript_EffectSuperFang::