mirror of
https://github.com/zeldaret/st
synced 2026-08-24 07:20:15 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user