Merge branch 'dev_cheat' of https://gitee.com/anod/open_agb_firm into dev_cheat

This commit is contained in:
anod 2022-12-26 15:22:15 +08:00
commit cbcd2e7af3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -155,7 +155,7 @@ const format = roms => {
writter.setUint8(3, 1);
const slen = sers.length / 3;
writter.setUint32(4, slen);
writter.setUint32(4, slen, true);
let ret = new Uint8Array( output );
ret.set( sers, serialbase );