mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 09:24:21 -05:00
idz: Fix apparent buffer stride bug
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
636789b8bf
commit
c877d9d214
@@ -10,7 +10,7 @@ export function updateProvisionalStoreRank(
|
||||
buf.writeInt16LE(0x0083, 0x0000);
|
||||
|
||||
for (let i = 0; i < 10; i++) {
|
||||
const offset = 0x44 + i;
|
||||
const offset = 0x0008 + i * 0x44;
|
||||
const row = res.rows[i];
|
||||
|
||||
if (row !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user