Matched REL/w04 + applying ext_math macros

This commit is contained in:
mrshigure 2024-04-28 01:03:31 -07:00
parent 5d8d3669e1
commit 8b15b82b25
14 changed files with 1538 additions and 218 deletions

View file

@ -45,7 +45,7 @@ typedef struct om_obj_data {
/* 0x0A */ s16 next_idx;
/* 0x0C */ s16 group;
/* 0x0E */ u16 group_idx;
/* 0x10 */ int unk10;
/* 0x10 */ u32 unk10;
/* 0x14 */ omObjFunc func;
/* 0x18 */ Vec trans;
/* 0x24 */ Vec rot;