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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user