Decompile menuTickItemCheckbox

This commit is contained in:
Ryan Dwyer
2020-09-24 18:50:20 +10:00
parent 7f4aa63234
commit f9ee0d5cf1
2 changed files with 21 additions and 47 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void func0f0ec220(u16 *arg0);
Gfx *menuRenderItemCarousel(Gfx *gdl, struct menurenderthing *thing);
bool menuTickItemCarousel(struct menuitem *item, void *arg1, u32 arg2);
Gfx *menuRenderItemCheckbox(Gfx *gdl, struct menurenderthing *thing);
bool menuTickItemCheckbox(struct menuitem *item, void *arg1, u32 arg2);
bool menuTickItemCheckbox(struct menuitem *item, u8 *arg1, u32 arg2);
char *menuItemScrollableGetText(u32 type);
Gfx *menuRenderItemScrollable(Gfx *gdl, struct menurenderthing *thing);
bool menuTickItemScrollable(struct menuitem *item, void *arg1, void *arg2, u32 arg3, u16 *arg4);