Merge pull request #2163 from Sneed69/terrain-softlock-fix

Fix terrain move softlock
This commit is contained in:
ghoulslash 2022-07-01 11:58:00 -04:00 committed by GitHub
commit b9be123716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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