mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-04 23:40:25 +08:00
Update mapper.py
This commit is contained in:
@@ -47,7 +47,7 @@ class Mapper:
|
||||
print(f"> Loading mapping for {infos['game']} v{infos['version']}, this may take a few seconds...")
|
||||
|
||||
# sectors
|
||||
int24 = lambda: int.from_bytes(reader.ReadBytes(3))
|
||||
int24 = lambda: int.from_bytes(reader.ReadBytes(3), "big")
|
||||
|
||||
sectors = {
|
||||
# offset | size
|
||||
|
||||
Reference in New Issue
Block a user