mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-05 02:40:56 +01:00
Merge pull request #1399 from LOuroboros/2turn_move_tweaks
Corrected the order of actions in BattleScript_FirstChargingTurn
This commit is contained in:
commit
265824531e
@ -2762,14 +2762,16 @@ BattleScriptFirstChargingTurn::
|
|||||||
attackcanceler
|
attackcanceler
|
||||||
printstring STRINGID_EMPTYSTRING3
|
printstring STRINGID_EMPTYSTRING3
|
||||||
ppreduce
|
ppreduce
|
||||||
|
attackstring
|
||||||
|
pause B_WAIT_TIME_LONG
|
||||||
|
copybyte cMULTISTRING_CHOOSER, sTWOTURN_STRINGID
|
||||||
|
printfromtable gFirstTurnOfTwoStringIds
|
||||||
|
waitmessage B_WAIT_TIME_LONG
|
||||||
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 B_WAIT_TIME_LONG
|
|
||||||
return
|
return
|
||||||
|
|
||||||
BattleScript_EffectSuperFang::
|
BattleScript_EffectSuperFang::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user