Decompile menuTickItemKeyboard

This commit is contained in:
Ryan Dwyer
2020-10-01 23:49:50 +10:00
parent 33bcd9ec8c
commit fa27805616
4 changed files with 240 additions and 426 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ extern s32 var80071198;
extern s32 var8007119c;
extern s32 var800711a0;
extern s32 var800711a4;
extern u32 var800711ac;
extern u8 g_KeyboardKeys[5][10];
extern u32 var800711e0;
extern u32 var800711e8;
extern u32 var800711f4;
+1 -1
View File
@@ -15,7 +15,7 @@ Gfx *menuRenderItemDropdown(Gfx *gdl);
bool menuTickItemDropdown(struct menuitem *item, struct menuframe *frame, struct menuinputs *inputs, u32 arg3, union menuitemtickdata *data);
Gfx *func0f0e8290(Gfx *gdl, s16 x, s16 y, s16 x2, s16 y2, struct menuitem *item, u32 arg6, u32 arg7);
u32 func0f0e855c(void);
u32 func0f0e855c(char *text);
Gfx *menuRenderItemKeyboard(Gfx *gdl);
bool menuTickItemKeyboard(struct menuitem *item, struct menuinputs *inputs, u32 arg2, union menuitemtickdata *data);
void menuInitItemKeyboard(struct menuitem *item, union menuitemtickdata *data);