mirror of https://github.com/PrimeDecomp/prime.git
Match and link CMetroidPrimeProjectile
This commit is contained in:
parent
ba032234d9
commit
63fc93babe
|
@ -367,7 +367,7 @@ LIBS = [
|
||||||
["MetroidPrime/CGameCubeDoll", False],
|
["MetroidPrime/CGameCubeDoll", False],
|
||||||
["MetroidPrime/ScriptObjects/CScriptProjectedShadow", False],
|
["MetroidPrime/ScriptObjects/CScriptProjectedShadow", False],
|
||||||
"MetroidPrime/ScriptObjects/CEnergyBall",
|
"MetroidPrime/ScriptObjects/CEnergyBall",
|
||||||
["MetroidPrime/Enemies/CMetroidPrimeProjectile", False],
|
["MetroidPrime/Enemies/CMetroidPrimeProjectile", True],
|
||||||
["MetroidPrime/Enemies/SPositionHistory", True],
|
["MetroidPrime/Enemies/SPositionHistory", True],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -22,10 +22,10 @@ struct SPrimeProjectileInfo {
|
||||||
float Get_0x2c() const { return x2c_; }
|
float Get_0x2c() const { return x2c_; }
|
||||||
float Get_0x30() const { return x30_; }
|
float Get_0x30() const { return x30_; }
|
||||||
CAssetId GetTexture() const { return x34_texture; }
|
CAssetId GetTexture() const { return x34_texture; }
|
||||||
bool GetFlag_24() const { return x38_24_; }
|
const bool GetFlag_24() const { return x38_24_; }
|
||||||
bool GetFlag_25() const { return x38_25_; }
|
const bool GetFlag_25() const { return x38_25_; }
|
||||||
bool GetFlag_26() const { return x38_26_; }
|
const bool GetFlag_26() const { return x38_26_; }
|
||||||
bool GetFlag_27() const { return x38_27_; }
|
const bool GetFlag_27() const { return x38_27_; }
|
||||||
};
|
};
|
||||||
CHECK_SIZEOF(SPrimeProjectileInfo, 60);
|
CHECK_SIZEOF(SPrimeProjectileInfo, 60);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue