Misc tidying

This commit is contained in:
Maruno17
2022-09-11 23:53:25 +01:00
parent 2962944cab
commit 8c31ad994d
25 changed files with 27 additions and 21 deletions

View File

@@ -474,7 +474,7 @@ class Game_Player < Game_Character
if !@moved_last_frame || @stopped_last_frame # Started a new step
if pbTerrainTag.ice
set_movement_type(:ice_sliding)
else#if !@move_route_forcing
else
faster = can_run?
if $PokemonGlobal&.diving
set_movement_type((faster) ? :diving_fast : :diving)