Decompile aiIfTrainingPcHolographed and ciGetTrainingData

This commit is contained in:
Ryan Dwyer
2020-01-14 19:37:04 +10:00
parent a1098a9452
commit 39bffa2d91
15 changed files with 58 additions and 90 deletions
+1 -1
View File
@@ -408,7 +408,7 @@
/*0x01ba*/ bool ai01ba(void);
/*0x01bb*/ bool aiNoOp01bb(void);
/*0x01bc*/ bool ai01bc(void);
/*0x01bd*/ bool ai01bd(void);
/*0x01bd*/ bool aiIfTrainingPcHolographed(void);
/*0x01be*/ bool aiIfChrWeaponEquipped(void);
/*0x01bf*/ bool aiChrBeginOrEndTeleport(void);
/*0x01c0*/ bool aiIfChrTeleportFullWhite(void);
+1 -1
View File
@@ -74,7 +74,7 @@ u32 func0f1a16a4(void);
u32 func0f1a1714(void);
u32 func0f1a176c(void);
u32 func0f1a17e4(void);
s32 *func0f1a1818(void);
struct trainingdata *ciGetTrainingData(void);
u32 func0f1a1824(void);
u32 func0f1a190c(void);
u32 func0f1a1998(void);
+1 -1
View File
@@ -853,7 +853,7 @@ extern u8 var800acca0[40];
extern u8 g_MpChallengesCompleted[];
extern u32 var800acd20;
extern u32 var800ad158;
extern u32 var800ad1a0;
extern struct trainingdata g_TrainingData;
extern u32 var800ad1b0;
extern u32 var800ad1c0;
+8
View File
@@ -4584,4 +4584,12 @@ struct portal {
u8 flags;
};
struct trainingdata {
u32 unk00_00 : 1;
u32 unk00_01 : 1;
u32 unk00_02 : 1;
u32 unk00_03 : 1;
u32 holographedpc : 1;
};
#endif