mirror of
https://github.com/zeldaret/st
synced 2026-06-01 09:47:37 -04:00
Decompile MapObjectProfile (#52)
* delink mapobj profile * match base mapobjectprofile classes * match other sections (+ accidental mapobject ctor match)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user