Merge pull request #2163 from Sneed69/terrain-softlock-fix
Fix terrain move softlock
This commit is contained in:
commit
b9be123716
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ BattleScript_EffectPsychicTerrain:
|
|||
waitanimation
|
||||
printfromtable gTerrainStringIds
|
||||
waitmessage B_WAIT_TIME_LONG
|
||||
playanimation BS_SCRIPTING, B_ANIM_RESTORE_BG
|
||||
playanimation BS_ATTACKER, B_ANIM_RESTORE_BG
|
||||
call BattleScript_TerrainSeedLoop
|
||||
jumpifabilitypresent ABILITY_MIMICRY, BattleScript_ApplyMimicry
|
||||
goto BattleScript_MoveEnd
|
||||
|
|
Loading…
Reference in a new issue