mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Mostly match retail bosses, part 2 (#1894)
* Bosses part 2 * Remove newline
This commit is contained in:
parent
1da87b1e7f
commit
57ae8ae1dd
7 changed files with 219 additions and 203 deletions
|
@ -88,6 +88,7 @@ def main():
|
|||
context = spimdisasm.common.Context()
|
||||
context.parseArgs(args)
|
||||
context.changeGlobalSegmentRanges(0x00000000, 0x01000000, 0x8000000, 0x81000000)
|
||||
context.addBannedSymbolRange(0x0000F000, 0x00010100)
|
||||
context.addBannedSymbolRange(0x10000000, 0x80000300)
|
||||
context.addBannedSymbolRange(0xA0000000, 0xFFFFFFFF)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue