diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-20 11:13:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-20 11:13:58 -0400 |
commit | cdfeb638f40ffa0e3f5d437f7b1613f8313896ab (patch) | |
tree | 780b6fe27139a4214d7ed3419801b72863d950d9 /include/field_specials.h | |
parent | f8932775cd9cc52d3d86c6ef11648d5204e7582d (diff) |
Document remaining routines in field_specials
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 0a4ea7bce..08518da03 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -34,7 +34,7 @@ void IncrementBirthIslandRockStepCount(void); void ResetCyclingRoadChallengeData(void); void ResetFieldTasksArgs(void); bool8 UsedPokemonCenterWarp(void); -void sub_80CC534(void); -void sub_80CC59C(void); +void QuestLog_CheckDepartingIndoorsMap(void); +void QuestLog_TryRecordDepartedLocation(void); #endif // GUARD_FIELD_SPECIALS_H |