Decompile objectiveGetText

This commit is contained in:
Ryan Dwyer
2020-01-18 17:57:21 +10:00
parent 48bc39a7ec
commit afec0967c7
7 changed files with 22 additions and 42 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ extern u32 var8009cf10;
extern u32 var8009cf88;
extern struct stagesetup g_StageSetup;
extern u32 var8009d050;
extern u32 var8009d060;
extern struct objective *g_Objectives[10];
extern u32 var8009d088;
extern u32 var8009d0b0;
extern u32 var8009d0b4;
+6
View File
@@ -4669,4 +4669,10 @@ struct activemenuthing {
/*0x34*/ u32 unk34;
};
struct objective {
u32 unk00;
u32 unk04;
u32 text;
};
#endif