diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 03:40:57 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 03:40:57 -0500 |
commit | 986d3d8b2fc03bc3e384da15e5d1be4af8507e7b (patch) | |
tree | 0dbc9b94fb4d643ed06a5e253eb65b7f0659ae94 /include/player_pc.h | |
parent | e95140270be790b03e693f539770abfd6473916e (diff) |
Finish and polish new_game.c
Only one function is left undocumented. I tried to go into the assembly
to at least name it, but it clears fields in the save block that aren't
even documented yet.
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index 5a0b83683..53bb25c6b 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -85,5 +85,7 @@ extern const struct MenuAction gMailboxMailOptions[]; void ReshowPlayerPC(u8 taskId); void sub_816B31C(void); void Mailbox_ReturnToMailListAfterDeposit(void); +void NewGameInitPCItems(void); + #endif //GUARD_PLAYER_PC_H |