mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile menuResolveParam1Text and menuResolveParam2Text
This commit is contained in:
@@ -14,9 +14,9 @@ u32 func0f0f139c(void);
|
||||
u32 func0f0f13ec(void);
|
||||
void func0f0f1418(void);
|
||||
void func0f0f1494(void);
|
||||
char *menuResolveText(void *thing, struct menu_item *item);
|
||||
u32 func0f0f155c(void);
|
||||
u32 func0f0f1580(void);
|
||||
char *menuResolveText(u32 thing, struct menu_item *item);
|
||||
char *menuResolveParam2Text(struct menu_item *item);
|
||||
char *menuResolveParam1Text(struct menu_item *item);
|
||||
void func0f0f15a4(u8 *arg0, u32 *arg1);
|
||||
u32 func0f0f1618(void);
|
||||
u32 func0f0f1d6c(void);
|
||||
|
||||
+1
-1
@@ -3203,7 +3203,7 @@ struct hoverprop {
|
||||
struct menu_item {
|
||||
u8 type;
|
||||
u8 param;
|
||||
u32 flags;
|
||||
u32 param1;
|
||||
u32 param2;
|
||||
u32 param3;
|
||||
void *handler;
|
||||
|
||||
Reference in New Issue
Block a user