Decompiling MapObjectUnkSTAT (#134)

* feat: Match MapObjectUnkSTAT ctor and decompile its profile, rename vfuncs

* feat: Decompile vfuncs (match 3/4)

* feat: Start decompiling func_ov063_0215f7ac

* fix: Update symbols and fix wrong behavior

* feat: Improve func_ov063_0215f7ac

* feat: Investigate func_ov063_0215f7ac conditions

* feat: Decompile funcs, rename symbols, update .bss

* feat: Improvements to functions

* feat: Add .data for jp
This commit is contained in:
Mityno
2026-08-15 16:11:44 +00:00
committed by GitHub
parent 0d066f6447
commit 347ac5860d
10 changed files with 301 additions and 66 deletions
+4 -1
View File
@@ -120,7 +120,10 @@ public:
/* 00 (vtable) */
/* 04 */ VecFx32 mPos;
/* 10 */ MapObject_10 *mUnk_10;
/* 14 */ s16 mUnk_14;
/* 14 */ union {
s16 mUnk_14;
UnkAngleStruct mUnk_14_AngleStruct;
};
/* 16 */ MapObjState mState;
/* 18 */ unk8 mUnk_18[2]; // related to Link walking to the map object when touched
/* 1A */ unk8 mUnk_1A;