Decompile optionsGetUnk45 and optionsGetUnk46

This commit is contained in:
Ryan Dwyer
2019-12-31 10:13:14 +10:00
parent 70ba23303f
commit bef2f72bb4
10 changed files with 30 additions and 42 deletions
+2 -2
View File
@@ -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
View File
@@ -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;