diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:12:47 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:12:47 -0500 |
commit | 5695617d64335474ead8a7e25c539daebcc55fa5 (patch) | |
tree | 0e9791a86b6aff83ab99aa9dd9878558f89fb824 /include/new_game.h | |
parent | 08579edbcd596c9659fe25490480c6f96e2b4288 (diff) | |
parent | e95140270be790b03e693f539770abfd6473916e (diff) |
Merge branch 'master' into multiplayer-stuff
Diffstat (limited to 'include/new_game.h')
-rw-r--r-- | include/new_game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/new_game.h b/include/new_game.h index f4d69cbce..8fab05483 100644 --- a/include/new_game.h +++ b/include/new_game.h @@ -8,7 +8,7 @@ void SetTrainerId(u32 trainerId, u8 *dst); u32 GetTrainerId(u8 *trainerId); void CopyTrainerId(u8 *dst, u8 *src); void NewGameInitData(void); -void sub_808447C(void); +void ResetMenuAndMonGlobals(void); void Sav2_ClearSetDefault(void); #endif // GUARD_NEW_GAME_H |