axObject info union

This commit is contained in:
Kermalis
2024-11-10 19:43:27 -05:00
parent 2ec9296cc5
commit afa4b04abc
16 changed files with 551 additions and 679 deletions

View File

@@ -84,7 +84,12 @@ struct axObject
u8 unk45_orientation;
u8 unk46;
u8 unk47;
/* 0x48 */ struct EntityInfo* info;
/* 0x48 */ union
{
struct Item* item;
struct EntityInfo* monster;
struct EntTrapInfo* trap;
} info;
};
// size: 0x80? (assuming it's the last sub-struct of GroundLives)