mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 01:37:03 +00:00
Work on CMorphBallShadow
This commit is contained in:
@@ -266,8 +266,9 @@ public:
|
||||
void SetPauseState(bool paused);
|
||||
|
||||
bool IGetScriptingMemoryAlways() const;
|
||||
TAreaId IGetAreaId() const;
|
||||
ResId IGetAreaAssetId() const;
|
||||
TAreaId GetAreaId() const { return x4_selfIdx; }
|
||||
TAreaId IGetAreaId() const { return x4_selfIdx; }
|
||||
ResId IGetAreaAssetId() const { return x84_mrea; }
|
||||
bool IIsActive() const;
|
||||
TAreaId IGetAttachedAreaId(int) const;
|
||||
u32 IGetNumAttachedAreas() const;
|
||||
|
||||
Reference in New Issue
Block a user