mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Attempt to decompile menuRenderItemCheckbox
This commit is contained in:
@@ -20,7 +20,7 @@ u32 func0f0e2ee8(void);
|
||||
Gfx *renderFilledRect(Gfx *gdl, s32 x1, s32 y1, s32 x2, s32 y2, u32 colourleft, u32 colourright);
|
||||
Gfx *menuRenderCarouselArrow(Gfx *gdl, s32 x, s32 y, u32 arg3, u32 arg4, s32 arg5, u32 colour);
|
||||
u32 func0f0e3324(void);
|
||||
u32 func0f0e37b0(void);
|
||||
Gfx *renderCheckbox(Gfx *gdl, s32 x, s32 y, s32 size, s32 checked, s32 bordercolour, s32 fillcolour);
|
||||
u32 func0f0e39d0(void);
|
||||
Gfx *func0f0e4190(Gfx *gdl);
|
||||
void func0f0e4fd4(void);
|
||||
|
||||
@@ -30,7 +30,7 @@ u32 func0f0ebec8(void);
|
||||
void func0f0ec220(u16 *arg0);
|
||||
Gfx *menuRenderItemCarousel(Gfx *gdl, struct menurenderthing *thing);
|
||||
u32 func0f0ec4e4(void);
|
||||
Gfx *menuRenderItemCheckbox(Gfx *gdl);
|
||||
Gfx *menuRenderItemCheckbox(Gfx *gdl, struct menurenderthing *thing);
|
||||
u32 func0f0ecbfc(void);
|
||||
char *menuItemScrollableGetText(u32 type);
|
||||
Gfx *menuRenderItemScrollable(Gfx *gdl, struct menurenderthing *thing);
|
||||
|
||||
@@ -28,7 +28,7 @@ u32 func0f0f1ef4(void);
|
||||
void func0f0f2134(struct menudialog *dialog, struct menuframe *frame, struct menu *menu);
|
||||
void func0f0f2354(struct menurenderthing10 *thing10, struct menuitem *item, u32 *arg2, u32 *arg3);
|
||||
bool func0f0f2534(struct menuitem *item);
|
||||
bool func0f0f2588(struct menuitem *item, struct menurenderthing10 *arg1);
|
||||
bool menuIsItemDisabled(struct menuitem *item, struct menurenderthing10 *arg1);
|
||||
bool func0f0f2674(struct menuitem *item, struct menurenderthing10 *thing10, u32 arg2);
|
||||
u32 func0f0f26fc(void);
|
||||
struct menuitem *func0f0f288c(struct menuframe *frame);
|
||||
|
||||
Reference in New Issue
Block a user