1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 15:04:31 +00:00

Match retail z_fishing.c (#1905)

This commit is contained in:
cadmic 2024-03-04 08:57:16 -08:00 committed by GitHub
parent 01a5fa9a45
commit 9c09dcd4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 150 additions and 95 deletions

View file

@ -91,6 +91,7 @@ def main():
context.addBannedSymbolRange(0x0000F000, 0x00010100)
context.addBannedSymbolRange(0x10000000, 0x80000300)
context.addBannedSymbolRange(0xA0000000, 0xFFFFFFFF)
context.addBannedSymbolRange(0x80B50000, 0x80B51000) # Hack for z_fishing.c
spimdisasm.mips.InstructionConfig.parseArgs(args)
spimdisasm.common.GlobalConfig.parseArgs(args)