Finish decompiling player_pc rodata

This commit is contained in:
KDSKardabox
2018-03-19 15:57:33 +05:30
parent a454bd98fa
commit a24ffb1321
14 changed files with 358 additions and 405 deletions

View File

@@ -72,14 +72,15 @@ struct PlayerPCItemPageStruct
u8 count;
u8 filler[3];
u8 scrollIndicatorId;
u8 filler2[4];
};
// Exported type declarations
// Exported RAM declarations
extern struct PlayerPCItemPageStruct playerPCItemPageInfo;
// Exported ROM declarations
extern const struct MenuAction gMailboxMailOptions[];
void ReshowPlayerPC(u8 taskId);
void sub_816B31C(void);