mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 15:01:47 -04:00
Unban IPL symbols
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user