mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Unban IPL symbols
This commit is contained in:
parent
c10a1e56bc
commit
52c716fd98
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def main():
|
|||
context = spimdisasm.common.Context()
|
||||
context.parseArgs(args)
|
||||
context.changeGlobalSegmentRanges(0x00000000, 0x01000000, 0x8000000, 0x81000000)
|
||||
context.addBannedSymbolRange(0x10000000, 0x80000400)
|
||||
context.addBannedSymbolRange(0x10000000, 0x80000300)
|
||||
context.addBannedSymbolRange(0xC0000000, 0xFFFFFFFF)
|
||||
|
||||
spimdisasm.mips.InstructionConfig.parseArgs(args)
|
||||
|
|
Loading…
Reference in a new issue