2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-03 06:41:21 +00:00
This commit is contained in:
Phillip Stephens 2016-03-28 17:10:47 -07:00
parent 51fadb2894
commit 9a96d4025d

View File

@ -358,7 +358,7 @@ void DPSM<IDType>::write(athena::io::IStreamWriter& w) const
if (x5c_24_DMAB)
w.writeBytes("DMABCNST\x01", 9);
if (x5c_25_DMOO)
w.writeBytes("DMABCNST\x01", 9);
w.writeBytes("DMOOCNST\x01", 9);
w.writeBytes("_END", 4);
}