Update src/field_specials.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
sphericalice 2021-12-31 16:29:11 +00:00 committed by GitHub
parent 4f6323606f
commit 9e660b2cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,8 @@ u8 GetSSTidalLocation(s8 *mapGroup, s8 *mapNum, s16 *x, s16 *y)
*mapNum = MAP_NUM(ROUTE132);
*x = 65 - *varCruiseStepCount;
}
else if (*varCruiseStepCount < 146) {
else if (*varCruiseStepCount < 146)
{
*mapNum = MAP_NUM(ROUTE133);
*x = 145 - *varCruiseStepCount;
}