diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-12 11:07:43 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-14 17:51:02 -0600 |
commit | 00f22b6400f472cc952d8528afe9a8d06ccf4e76 (patch) | |
tree | 7ef8d7cb997ae19df69f3bc61399ac1e5429684d /include/field_specials.h | |
parent | 525ec2025d754894e2c0c736c396b07af05a7278 (diff) |
Document remaining routes (104, 119-123)
Diffstat (limited to 'include/field_specials.h')
-rw-r--r-- | include/field_specials.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index 952081e93..3529290a6 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -13,8 +13,8 @@ void IncrementBirthIslandRockStepCount(void); bool8 UnusualWeatherHasExpired(void); bool8 ShouldDoBrailleRegicePuzzle(void); bool32 ShouldDoWallyCall(void); -bool32 ShouldDoWinonaCall(void); -bool32 ShouldDoScottCall(void); +bool32 ShouldDoScottFortreeCall(void); +bool32 ShouldDoScottBattleFrontierCall(void); bool32 ShouldDoRoxanneCall(void); bool32 ShouldDoRivalRayquazaCall(void); bool32 CountSSTidalStep(u16 delta); |