mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Decompile menuitem0f0e5ef8
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 menuitem0f0e5d2c(void);
|
||||
s32 menuitem0f0e5ef8(s16 arg0, struct menuitem *item);
|
||||
s16 menuitem0f0e5ef8(s16 arg0, struct menuitem *item);
|
||||
u32 menuitem0f0e6038(void);
|
||||
Gfx *menuitemListOverlay(Gfx *gdl, s16 x, s16 y, s16 x2, s16 y2);
|
||||
Gfx *menuitemListRender(Gfx *gdl, struct menurendercontext *context);
|
||||
|
||||
+4
-4
@@ -3497,10 +3497,10 @@ struct handlerdata_label {
|
||||
};
|
||||
|
||||
struct handlerdata_list {
|
||||
u32 value;
|
||||
u32 unk04;
|
||||
u32 groupstartindex;
|
||||
u32 unk0c;
|
||||
s32 value;
|
||||
s32 unk04;
|
||||
s32 groupstartindex;
|
||||
s32 unk0c;
|
||||
};
|
||||
|
||||
struct handlerdata_list2 {
|
||||
|
||||
Reference in New Issue
Block a user