diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-04 10:09:42 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-04 10:09:42 -0500 |
commit | ce55e58ad83e57b7e1fde7eeb3c3c94365fe0f12 (patch) | |
tree | e7362be712100331f2d47dfd0c5a5c1f1b94e6be /src/field_tasks.c | |
parent | 84925a892b20b8f688d36a616366f72ed52f686f (diff) |
Misc cleanup
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r-- | src/field_tasks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c index 760d85369..244036471 100644 --- a/src/field_tasks.c +++ b/src/field_tasks.c @@ -820,7 +820,7 @@ static void CrackedFloorPerStepCallback(u8 taskId) tPrevY = y; if (MetatileBehavior_IsCrackedFloor(behavior)) { - if (GetPlayerSpeed() != BIKE_SPEED_FASTEST) + if (GetPlayerSpeed() != PLAYER_SPEED_FASTEST) VarSet(VAR_ICE_STEP_COUNT, 0); // this var does double duty if (tFloor1Delay == 0) |