More fixing of auto-stepping after a battle

This commit is contained in:
Maruno17
2020-10-28 22:01:49 +00:00
parent a28aa5b4ad
commit 66aea40198

View File

@@ -266,6 +266,7 @@ class Game_Character
@anime_count = 0
@prelock_direction = 0
@moved_last_frame = false
@moved_this_frame = false
end
def force_move_route(move_route)