2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 04:17:03 +00:00

Attempt 4 to fix ScriptLayerController for Tom

This commit is contained in:
2020-10-21 15:55:45 -07:00
parent 528c96b2c0
commit b963ce1e85
9 changed files with 26 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ public:
};
virtual std::pair<std::unique_ptr<u8[]>, s32> IGetScriptingMemoryAlways() const = 0;
virtual CAssetId IGetAreaId() const = 0;
virtual s32 IGetAreaSaveId() const = 0;
virtual CAssetId IGetAreaAssetId() const = 0;
virtual bool IIsActive() const = 0;
virtual TAreaId IGetAttachedAreaId(int) const = 0;