mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-08 04:06:58 -04:00
Decompile optionsGetUnk45 and optionsGetUnk46
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
s32 optionsGetControlMode(s32 optionsindex);
|
||||
void optionsSetControlMode(s32 optionsindex, s32 mode);
|
||||
u32 func0f152748(void);
|
||||
u32 func0f152764(void);
|
||||
s32 optionsGetUnk45(s32 optionsindex);
|
||||
s32 optionsGetUnk46(s32 optionsindex);
|
||||
s32 optionsGetForwardPitch(s32 optionsindex);
|
||||
s32 optionsGetAutoAim(s32 optionsindex);
|
||||
s32 optionsGetLookAhead(s32 optionsindex);
|
||||
|
||||
+2
-2
@@ -3953,8 +3953,8 @@ struct options {
|
||||
/*0x3c*/ u32 unk3c;
|
||||
/*0x40*/ u32 unk40;
|
||||
/*0x44*/ u8 controlmode;
|
||||
/*0x45*/ u8 unk45;
|
||||
/*0x46*/ u8 unk46;
|
||||
/*0x45*/ s8 unk45;
|
||||
/*0x46*/ s8 unk46;
|
||||
/*0x47*/ u8 unk47;
|
||||
/*0x48*/ u16 booleans;
|
||||
/*0x4c*/ u32 unk4c;
|
||||
|
||||
Reference in New Issue
Block a user