Decompile objectiveGetDifficultyBits

This commit is contained in:
Ryan Dwyer
2020-01-18 18:01:38 +10:00
parent afec0967c7
commit 8d6484c47b
3 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ u32 func0f095340(void);
u32 func0f0953cc(void);
u32 func0f095560(void);
s32 objectiveGetCount(void);
u32 objectiveGetDifficultyBits(u32 arg0);
u32 objectiveGetDifficultyBits(s32 index);
u32 objectiveGetStatus(u32 arg0);
u32 objectiveIsAllComplete(void);
u32 func0f095bf4(void);
+6 -3
View File
@@ -4670,9 +4670,12 @@ struct activemenuthing {
};
struct objective {
u32 unk00;
u32 unk04;
u32 text;
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;
/*0x08*/ u32 text;
/*0x0c*/ u16 unk0c;
/*0x0e*/ u8 unk0e;
/*0x0f*/ s8 difficulties;
};
#endif