1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-11 12:10:24 +08:00

Update mapper.py

This commit is contained in:
Escartem
2025-12-01 03:50:06 -05:00
parent 87c18e61dd
commit a37e550aec

View File

@@ -47,7 +47,7 @@ class Mapper:
print(f"> Loading mapping for {infos['game']} v{infos['version']}, this may take a few seconds...") print(f"> Loading mapping for {infos['game']} v{infos['version']}, this may take a few seconds...")
# sectors # sectors
int24 = lambda: int.from_bytes(reader.ReadBytes(3)) int24 = lambda: int.from_bytes(reader.ReadBytes(3), "big")
sectors = { sectors = {
# offset | size # offset | size