mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile objGetTextOverride
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4751,6 +4751,8 @@ struct textoverride {
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u32 activatetextid;
|
||||
/*0x20*/ struct textoverride *next;
|
||||
/*0x24*/ struct defaultobj *obj;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user