Decompile objGetTextOverride

This commit is contained in:
Ryan Dwyer
2020-01-25 21:05:04 +10:00
parent c4f7002aaa
commit b93cbe076a
3 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ struct g_vars {
/*0002ac*/ u32 tickmode; // 7 if mission timer running
/*0002b0*/ s32 killcount;
/*0002b4*/ u32 knockoutcount;
/*0002b8*/ u32 unk0002b8;
/*0002b8*/ struct textoverride *textoverrides;
/*0002bc*/ s32 roomcount;
/*0002c0*/ u32 unk0002c0;
/*0002c4*/ u32 unk0002c4;
+2
View File
@@ -4751,6 +4751,8 @@ struct textoverride {
/*0x14*/ u32 unk14;
/*0x18*/ u32 unk18;
/*0x1c*/ u32 activatetextid;
/*0x20*/ struct textoverride *next;
/*0x24*/ struct defaultobj *obj;
};
#endif