mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-04 12:09:54 -04:00
Decompile menudialogBriefing
This commit is contained in:
@@ -22,7 +22,7 @@ char *invMenuTextWeaponName(struct menuitem *item);
|
||||
char *invMenuTextWeaponManufacturer(struct menuitem *item);
|
||||
char *invMenuTextWeaponDescription(struct menuitem *item);
|
||||
bool soloChoosePauseDialog(void);
|
||||
s32 menudialog00103368(u32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
s32 menudialogBriefing(u32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
s32 menudialog00103608(u32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
s32 menudialogCoopAntiOptions(u32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
s32 menudialog0010559c(u32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
|
||||
+2
-1
@@ -6010,6 +6010,7 @@ struct var800a4cf0 {
|
||||
struct var800a4d00 unk10[250];
|
||||
};
|
||||
|
||||
// Suspected to be a representation of controller inputs
|
||||
struct menuthing {
|
||||
u8 unk00;
|
||||
u8 unk01;
|
||||
@@ -6018,7 +6019,7 @@ struct menuthing {
|
||||
u32 unk04;
|
||||
u8 unk08;
|
||||
u8 unk09;
|
||||
s8 unk0a;
|
||||
s8 start;
|
||||
};
|
||||
|
||||
struct mpconfigsim {
|
||||
|
||||
Reference in New Issue
Block a user