diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-18 13:28:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 13:28:50 -0600 |
commit | 1b0079445d39fb4430a92fdf31563e6c44ccbe04 (patch) | |
tree | 32de235a4e5c803f9238d3179aeb39ccf8af25d5 /include/field_specials.h | |
parent | 924cbe9ee4f4fded710bdb77014f6de48e461f77 (diff) | |
parent | bfe67842ab3d8f6567f365a65ad82935ed74c338 (diff) |
Merge pull request #559 from Phlosioneer/finish-newgame-docs
Finish and polish new_game.c
Diffstat (limited to 'include/field_specials.h')
-rw-r--r-- | include/field_specials.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index 981d65c0a..bff04a739 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -25,5 +25,7 @@ void UpdateFrontierManiac(u16 a0); void UpdateFrontierGambler(u16 a0); void ResetCyclingRoadChallengeData(void); bool8 warp0_in_pokecenter(void); +void ResetFanClub(void); + #endif // GUARD_FIELD_SPECIALS_H |