mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Update submodules
This commit is contained in:
2
hecl
2
hecl
Submodule hecl updated: 9b3bac4b58...58ade41fd2
@@ -41,7 +41,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
atUint8* data = in.data();
|
atUint8* data = in.data();
|
||||||
|
|
||||||
atUint32 newCkSum = athena::Checksums::crc32(data + 68, 8188, 0);
|
atUint32 newCkSum = athena::Checksums::crc32(data + 68, 8188, ~0, 0);
|
||||||
*(atUint32*)(data + 64) = SBIG(newCkSum);
|
*(atUint32*)(data + 64) = SBIG(newCkSum);
|
||||||
out->writeBytes(data, 8256);
|
out->writeBytes(data, 8256);
|
||||||
|
|
||||||
|
|||||||
2
specter
2
specter
Submodule specter updated: 5c6e64c53f...f1d71e3e86
Reference in New Issue
Block a user