mirror of
https://github.com/zeldaret/st
synced 2026-08-27 08:27:17 -04:00
Decompiling MapObjectUnkLTRW (#142)
* feat: Start decompiling MapObjectUnkLTRW * fix: Remove unused code in ActorUnkCANS * feat: Match LTRW vfuncs * feat: Match LTRW functions * fix: Update MapObject vfunc_28 with new signature, and symbols * feat: Update a class with parent * feat: Create hollow parent class * feat: Complete sinit (non-matching) * feat: Match all of LTRW * feat: Sync jp * feat: Improve constants for their own type * Update src/063_Shrine/MapObject/MapObjectUnkLTRW.cpp Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com> * fix: Update some vfunc_28 with new signature * fix: Broken data * fix: More data * fix: Update vfunc 28 🤡 --------- Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
This commit is contained in:
@@ -94,6 +94,11 @@ public:
|
||||
/* 20 */
|
||||
};
|
||||
|
||||
class MapObject_10_Derived1 : public MapObject_10 {
|
||||
public:
|
||||
MapObject_10_Derived1() {}
|
||||
};
|
||||
|
||||
class MapObject_20 {
|
||||
public:
|
||||
/* 00 */ u16 mParams[4]; // parameters
|
||||
|
||||
Reference in New Issue
Block a user