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

Proper scratch size computation for ANIM2/3

This commit is contained in:
Jack Andersen
2016-08-28 15:18:49 -10:00
parent 127b754691
commit 7953ca4828
4 changed files with 27 additions and 5 deletions

View File

@@ -473,6 +473,7 @@ void ANIM::ANIM2::read(athena::io::IStreamReader& reader)
void ANIM::ANIM2::write(athena::io::IStreamWriter& writer) const
{
/* TODO: conform to MP1 ANIM3 */
Header head;
head.unk1 = 1;
head.looping = 1;