diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-19 22:17:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 22:17:37 -0500 |
commit | a7e6045d71d2d21c4fa5a494d112c6b38226eaec (patch) | |
tree | 2f0bd67223e68cbbee52749245aff70ebb90accb /src/field_tasks.c | |
parent | 69759b2d128ea27f3bc9ebdb7e58ea3698d0a491 (diff) | |
parent | f899a02ac642e66ab9b6baa28903921863529171 (diff) |
Merge pull request #1597 from GriffinRichards/misc-cleanup
Miscellaneous fixes
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) |