2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

Add missing WPSM types (Trilogy/PAL additions)

This commit is contained in:
2016-06-01 20:13:43 -07:00
parent e02b4def14
commit fccd52e155
3 changed files with 62 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ struct WPSM : BigYAML
uint32_t xa8_PJFX = ~0;
RealElementFactory xac_RNGE;
RealElementFactory xb0_FOFF;
BoolHelper xunk_FC60;
BoolHelper xunk_SPS1;
BoolHelper xunk_SPS2;
void read(athena::io::YAMLDocReader& r);
void write(athena::io::YAMLDocWriter& w) const;