mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Corrected the order of actions in BattleScript_FirstChargingTurn
This commit is contained in:
parent
7a237595c9
commit
43d6340b92
@ -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::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user