diff options
author | sphericalice <sphericalice@outlook.com> | 2021-12-31 16:29:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 16:29:11 +0000 |
commit | 9e660b2cdfe7f8ff7cdd73601aae70f5fe09cf5c (patch) | |
tree | d2ab971ab32ec98858f21b179abbe7df31ad0f9a /src | |
parent | 4f6323606f083e978968735bec14fa59e9d70663 (diff) |
Update src/field_specials.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/field_specials.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c index 27d8c93af..b6d057d9f 100644 --- a/src/field_specials.c +++ b/src/field_specials.c @@ -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; } |