2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:07:43 +00:00

Add DPSC and WPSC

Particle Fixes
This commit is contained in:
2016-03-28 17:07:38 -07:00
parent fe53199148
commit a9a304ea58
11 changed files with 1306 additions and 10 deletions

View File

@@ -49,10 +49,12 @@ public:
SSwooshGeneratorDesc x74_ASW3;
SParticleModel x84_OHEF;
SCollisionResponseData x94_COLR;
bool xa4_EWTR;
bool xa5_LWTR;
bool xa6_SWTR;
int xa8_PJFX;
bool xa4_EWTR = true;
bool xa5_LWTR = true;
bool xa6_SWTR = true;
u32 xa8_PJFX;
std::unique_ptr<CRealElement> xac_RNGE;
std::unique_ptr<CRealElement> xb0_FOFF;
};
}
#endif // __PSHAG_CWEAPONDESCRIPTION_HPP__