Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2024-04-28 15:06:32 -04:00 committed by GitHub
commit 8243ade01d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 3706 additions and 509 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;