1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Unban IPL symbols

This commit is contained in:
cadmic 2024-01-24 23:25:57 -08:00
parent c10a1e56bc
commit 52c716fd98

View File

@ -71,7 +71,7 @@ def main():
context = spimdisasm.common.Context() context = spimdisasm.common.Context()
context.parseArgs(args) context.parseArgs(args)
context.changeGlobalSegmentRanges(0x00000000, 0x01000000, 0x8000000, 0x81000000) context.changeGlobalSegmentRanges(0x00000000, 0x01000000, 0x8000000, 0x81000000)
context.addBannedSymbolRange(0x10000000, 0x80000400) context.addBannedSymbolRange(0x10000000, 0x80000300)
context.addBannedSymbolRange(0xC0000000, 0xFFFFFFFF) context.addBannedSymbolRange(0xC0000000, 0xFFFFFFFF)
spimdisasm.mips.InstructionConfig.parseArgs(args) spimdisasm.mips.InstructionConfig.parseArgs(args)