mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-06 10:15:35 +00:00
Particle fixes
This commit is contained in:
parent
177330dfbc
commit
fe53199148
@ -286,6 +286,7 @@ void CRSM<IDType>::write(athena::io::IStreamWriter& w) const
|
||||
w.writeBytes("FOFFCNST", 8);
|
||||
w.writeFloatBig(x34_FOFF);
|
||||
}
|
||||
w.writeBytes("_END", 4);
|
||||
}
|
||||
|
||||
template <class IDType>
|
||||
|
@ -441,6 +441,7 @@ void ELSM<IDType>::write(athena::io::IStreamWriter& w) const
|
||||
w.writeBytes((atInt8*)"ZERY", 4);
|
||||
x70_ZERY.write(w);
|
||||
}
|
||||
w.writeBytes("_END", 4);
|
||||
}
|
||||
|
||||
template struct ELSM<UniqueID32>;
|
||||
|
@ -1529,6 +1529,7 @@ void GPSM<IDType>::write(athena::io::IStreamWriter& w) const
|
||||
w.writeBytes((atInt8*)"ADV8", 4);
|
||||
x128_ADV8.write(w);
|
||||
}
|
||||
w.writeBytes("_END", 4);
|
||||
}
|
||||
|
||||
template struct GPSM<UniqueID32>;
|
||||
|
@ -535,6 +535,7 @@ void SWSH<IDType>::write(athena::io::IStreamWriter& w) const
|
||||
w.writeBytes("ORNTCNST\x01", 9);
|
||||
if (x45_26_CRND)
|
||||
w.writeBytes("CRNDCNST\x01", 9);
|
||||
w.writeBytes("_END", 4);
|
||||
}
|
||||
|
||||
template struct SWSH<UniqueID32>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user