J3DModelLoaderCalcSize 98%

This commit is contained in:
LagoLunatic
2023-12-19 01:30:03 -05:00
parent 0a5559c9a5
commit fa59660bf2
6 changed files with 300 additions and 72 deletions
@@ -8,7 +8,7 @@
class JUTNameTab;
struct J3DModelHierarchy {
/* 0x0 */ u16 mType;
/* 0x0 */ u16 mType; // TODO enum
/* 0x2 */ u16 mValue;
inline u16 getValue() const { return mValue; }