Decompile MapObjectProfile (#52)

* delink mapobj profile

* match base mapobjectprofile classes

* match other sections (+ accidental mapobject ctor match)
This commit is contained in:
Yanis
2026-04-16 20:57:17 +02:00
committed by GitHub
parent 754eb10308
commit 34ef65d030
28 changed files with 716 additions and 346 deletions
+8
View File
@@ -9,3 +9,11 @@ enum MapObjectId_ {
#include "Map/MapObjectTable.inl"
#undef DEFINE_MAP_OBJECT_TYPE
};
typedef u32 MapObjectIndex;
enum MapObjectIndex_ {
#define DEFINE_MAP_OBJECT_TYPE(id, name) MapObjectIndex_##name,
#include "Map/MapObjectTable.inl"
#undef DEFINE_MAP_OBJECT_TYPE
MapObjectIndex_Max,
};