diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 15:25:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:25:22 -0400 |
commit | cd4462f58cce785f408af26a7a3b11ad08575a5a (patch) | |
tree | 2a35a97aa4fb1eae38861178967e6806b4f00e00 /include/player_pc.h | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) | |
parent | e006569719969870ce480916a23cfd157fdcf454 (diff) |
Merge pull request #474 from lioniac/master
Multiple renamings and removed some orphaned functions
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index 43c91ec95..ad4268b82 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -23,7 +23,6 @@ extern struct PlayerPCItemPageStruct gPlayerPcMenuManager; // Exported ROM declarations -void sub_816B060(u8 taskId); void NewGameInitPCItems(void); void Mailbox_ReturnToMailListAfterDeposit(void); |