mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
Removed unused imports and other minor improvements (#1602)
* Removed unused imports and other minor improvements * revert tools/ZAPD/ZAPD/genbuildinfo.py * revert diff.py * Update sym_info.py * revert asm_processor/ --------- Co-authored-by: fig02 <fig02srl@gmail.com> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
1a8772e540
commit
6eb3bf401c
14 changed files with 13 additions and 21 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
import struct
|
||||
import sys
|
||||
|
||||
SIMPLIFY_OUTPUT = True
|
||||
OVL_KALEIDO_SCOPE_RAM = 0x80813820
|
||||
|
@ -88,7 +87,7 @@ for name, numMaps in SCENES:
|
|||
|
||||
cstr = ""
|
||||
|
||||
cstr += f"PauseMapMarksData gPauseMapMarkDataTable[] = {{\n"
|
||||
cstr += "PauseMapMarksData gPauseMapMarkDataTable[] = {\n"
|
||||
for scenemap in scenemaps:
|
||||
for mapId, map in enumerate(scenemap[1]):
|
||||
cstr += IND(1) + f"// {scenemap[0]} map {mapId}\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue