Decompile menuTickItemPlayerStats

This commit is contained in:
Ryan Dwyer
2020-09-25 18:38:29 +10:00
parent a4854ae5c1
commit b8a57e5bd7
3 changed files with 28 additions and 74 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Gfx *menuRenderItemRanking(Gfx *gdl);
bool menuTickItemRanking(s8 *arg0, u32 arg1, union menuitemtickdata *data);
void menuInitItemRanking(union menuitemtickdata *data);
Gfx *menuRenderItemPlayerStats(Gfx *gdl);
bool menuTickItemPlayerStats(struct menuitem *item, void *arg1, void *arg2, u32 arg3, union menuitemtickdata *data);
bool menuTickItemPlayerStats(struct menuitem *item, u32 *arg1, s8 *arg2, u32 arg3, union menuitemtickdata *data);
Gfx *func0f0ef2fc(Gfx *gdl, s16 x, s16 y, s16 x2, s16 y2, struct menuitem *item, u32 arg6, u32 arg7);
void menuInitItemPlayerStats(struct menuitem *item, union menuitemtickdata *data);
u32 func0f0ef394(void);
+1 -1
View File
@@ -3265,7 +3265,7 @@ struct menuitemtickdata_dropdown {
u16 unk06;
u16 unk08;
u16 unk0a;
u16 unk0c;
s16 unk0c;
};
struct menuitemtickdata_keyboard {