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

Update submodules

This commit is contained in:
2018-02-15 17:10:44 -08:00
parent 58c2b2e82d
commit 320a6af1c6
3 changed files with 3 additions and 3 deletions

2
hecl

Submodule hecl updated: 9b3bac4b58...58ade41fd2

View File

@@ -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);

Submodule specter updated: 5c6e64c53f...f1d71e3e86