mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-11 04:05:37 +08:00
fixed zzz map prefixes
This commit is contained in:
@@ -108,10 +108,7 @@ class Mapper:
|
|||||||
|
|
||||||
name_length = reader.ReadUInt8()
|
name_length = reader.ReadUInt8()
|
||||||
prefix = reader.ReadBytes(1)
|
prefix = reader.ReadBytes(1)
|
||||||
if prefix != b"\x00":
|
prefix = prefixes[prefix]
|
||||||
prefix = prefixes[prefix]
|
|
||||||
else:
|
|
||||||
prefix = ""
|
|
||||||
name = raw(name_length)
|
name = raw(name_length)
|
||||||
|
|
||||||
name = f"{prefix}{name}"
|
name = f"{prefix}{name}"
|
||||||
|
|||||||
BIN
maps/nap.map
BIN
maps/nap.map
Binary file not shown.
Reference in New Issue
Block a user