mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 20:00:47 +12:00
fix tileset in pretty_map_headers output
hg-commit-id: 96880cb1d281
This commit is contained in:
parent
da22152bff
commit
642c05df41
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ def map_header_pretty_printer(map_header):
|
||||||
asm_name = map_name_cleaner(name, id)
|
asm_name = map_name_cleaner(name, id)
|
||||||
if name == "FREEZE": return "" #skip freeze maps
|
if name == "FREEZE": return "" #skip freeze maps
|
||||||
|
|
||||||
tileset = int(map_header["tileset"], base)
|
tileset = map_header["tileset"][2:]
|
||||||
y = int(map_header["y"], base)
|
y = int(map_header["y"], base)
|
||||||
x = int(map_header["x"], base)
|
x = int(map_header["x"], base)
|
||||||
map_pointer = map_header["map_pointer"]
|
map_pointer = map_header["map_pointer"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue