mirror of
https://github.com/zeldaret/st
synced 2026-05-29 16:44:47 -04:00
Decompile MapObject functions (#51)
* decompile MapObject * fix regression * match the remaining 4 functions
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
class MapObjectProfileSwitchStep_Base : public MapObjectProfile_Derived2 {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* D4 */ MapObjectProfile_D4 mUnk_D4;
|
||||
/* D4 */ MapObject_10 mUnk_D4;
|
||||
|
||||
MapObjectProfileSwitchStep_Base(MapObjectId mapObjId) :
|
||||
MapObjectProfile_Derived2(mapObjId, mapObjId) {}
|
||||
|
||||
Reference in New Issue
Block a user