mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile menuRenderItemCarousel
This commit is contained in:
@@ -70,7 +70,7 @@ u32 func0f14ecd8(void);
|
||||
u32 func0f14eeb0(void);
|
||||
u32 func0f14ef50(void);
|
||||
u32 func0f14f008(void);
|
||||
u32 func0f14f07c(void);
|
||||
Gfx *func0f14f07c(Gfx *gdl, s32 headorbodynum, s32 x1, s32 y1, s32 x2, s32 y2);
|
||||
u32 func0f14f4b8(void);
|
||||
u32 func0f14f4e4(void);
|
||||
u32 func0f14f510(void);
|
||||
|
||||
@@ -18,7 +18,7 @@ u32 func0f0e2744(void);
|
||||
u32 func0f0e2aa4(void);
|
||||
u32 func0f0e2ee8(void);
|
||||
Gfx *renderFilledRect(Gfx *gdl, s32 x1, s32 y1, s32 x2, s32 y2, u32 colourleft, u32 colourright);
|
||||
u32 func0f0e2fe4(void);
|
||||
Gfx *menuRenderCarouselArrow(Gfx *gdl, s32 x, s32 y, u32 arg3, u32 arg4, s32 arg5, u32 colour);
|
||||
u32 func0f0e3324(void);
|
||||
u32 func0f0e37b0(void);
|
||||
u32 func0f0e39d0(void);
|
||||
|
||||
@@ -28,7 +28,7 @@ u32 func0f0eb46c(void);
|
||||
Gfx *menuRenderItemSlider(Gfx *gdl);
|
||||
u32 func0f0ebec8(void);
|
||||
void func0f0ec220(u16 *arg0);
|
||||
Gfx *menuRenderItemCarousel(Gfx *gdl);
|
||||
Gfx *menuRenderItemCarousel(Gfx *gdl, struct menurenderthing *thing);
|
||||
u32 func0f0ec4e4(void);
|
||||
Gfx *menuRenderItemCheckbox(Gfx *gdl);
|
||||
u32 func0f0ecbfc(void);
|
||||
|
||||
+1
-1
@@ -6807,7 +6807,7 @@ struct menurenderthing {
|
||||
s16 width;
|
||||
s16 height;
|
||||
struct menuitem *item;
|
||||
u32 unk0c;
|
||||
bool focused;
|
||||
struct menurenderthing10 *unk10;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user