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