cheevos-new: no magic numbers

This commit is contained in:
meleu 2019-01-19 17:59:41 -02:00
parent b7acc33bda
commit 8e02ebd987

View File

@ -1415,7 +1415,7 @@ found:
CORO_RET();
}
coro->offset = 512;
coro->offset = snes_header_len;
coro->count = 0;
CORO_GOSUB(EVAL_MD5);