mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 20:35:13 +00:00
Set up build system and disassembly for ntsc-1.2 (#2021)
* Set up build system for ntsc-1.2 * Set up disassembly for ntsc-1.2 * Add all unnamed functions to functions.txt * Update docs/retail_versions.md for ntsc-1.2 * Format * Update docs/retail_versions.md Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Remove mention of US * OOT_N64 -> PLATFORM_N64, OOT_GC -> PLATFORM_GC * Move mtxutil to libultra/gu * Fix libultra/io bss splits * Fix merge --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
9ff6758458
commit
8366b8731e
28 changed files with 17138 additions and 54 deletions
|
@ -91,8 +91,6 @@ def main():
|
|||
context.addBannedSymbolRange(0x0000F000, 0x00010100)
|
||||
context.addBannedSymbolRange(0x10000000, 0x80000300)
|
||||
context.addBannedSymbolRange(0xA0000000, 0xFFFFFFFF)
|
||||
context.addBannedSymbol(0x80100000) # z_kaleido_equipment.c
|
||||
context.addBannedSymbol(0x80112200) # z_message.c
|
||||
|
||||
spimdisasm.mips.InstructionConfig.parseArgs(args)
|
||||
spimdisasm.common.GlobalConfig.parseArgs(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue