mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-04 20:15:28 -04:00
dialogCalculateContentSize
This commit is contained in:
@@ -23,10 +23,10 @@ char *menuResolveText(u32 thing, void *dialogoritem);
|
||||
char *menuResolveParam2Text(struct menuitem *item);
|
||||
char *menuResolveDialogTitle(struct menudialogdef *dialogdef);
|
||||
void func0f0f15a4(struct menuitem *item, s32 *arg1);
|
||||
void func0f0f1618(struct menuitem *item, void *arg1, void *arg2, struct menudialog *dialog);
|
||||
void func0f0f1618(struct menuitem *item, s16 *arg1, s16 *arg2, struct menudialog *dialog);
|
||||
void func0f0f1d6c(struct menudialogdef *dialogdef, struct menudialog *dialog, struct menu *menu);
|
||||
u32 func0f0f1ef4(void);
|
||||
void func0f0f2134(struct menudialogdef *dialogdef, struct menudialog *dialog, struct menu *menu);
|
||||
void dialogCalculateContentSize(struct menudialogdef *dialogdef, struct menudialog *dialog, struct menu *menu);
|
||||
s32 func0f0f2354(struct menudialog *dialog, struct menuitem *item, s32 *arg2, s32 *arg3);
|
||||
bool menuIsScrollableUnscrollable(struct menuitem *item);
|
||||
bool menuIsItemDisabled(struct menuitem *item, struct menudialog *dialog);
|
||||
|
||||
+4
-4
@@ -3781,8 +3781,8 @@ struct menudialog {
|
||||
/*0x18*/ s32 y18;
|
||||
/*0x1c*/ s32 width1c;
|
||||
/*0x20*/ s32 height20;
|
||||
/*0x24*/ s32 width24;
|
||||
/*0x28*/ s32 height28;
|
||||
/*0x24*/ s32 contentwidth;
|
||||
/*0x28*/ s32 contentheight;
|
||||
/*0x2c*/ s32 x2c;
|
||||
/*0x30*/ s32 y30;
|
||||
/*0x34*/ s32 width34;
|
||||
@@ -3928,8 +3928,8 @@ struct menu4fc {
|
||||
};
|
||||
|
||||
struct menu660 {
|
||||
u16 unk00;
|
||||
u16 unk02;
|
||||
s16 unk00;
|
||||
s16 unk02;
|
||||
u8 unk04;
|
||||
u16 unk06;
|
||||
u8 unk08;
|
||||
|
||||
Reference in New Issue
Block a user