1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/tools
cadmic 98a3238822
Set up disassembly for gc-eu-mq (#1613)
* Disassemble gc-eu-mq

* Add script to report progress with matching

* Fix whitespace

* Change T|None to typing.Optional[T]

* Use typing.List

* More type annotations fixes for old Python versions

* Fix type errors

* More type annotations

* Use typing.Iterator

* Use $(PYTHON) for disassembly

* Don't use grouped targets to support very old Make versions

* Docs: suggest checking MM, mention virtualenv, clarify about expected/

* Update sym_info.py

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>

* Sync functions.txt

* Start banned symbol range at 0x10000000

* Also ban symbols from 0xC0000000-0xFFFFFFFF

* Unban IPL symbols

* Fix first_diff.py

* Sync z_collision_check functions.txt

* Ban 0xA0 symbols too

* Touch .disasm sentinel file

* Copy -jN comment in docs

* diff.py flags: remove -3, add -s

* Update docs/retail_versions.md

Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>

* Comment that segments are still from the Debug ROM

* Revert "diff.py flags: remove -3, add -s"

This reverts commit bfaae66c1d.

* Apply suggestions from code review

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Remove #ifdef example

* Reformat Python files with black

* Add copyright notice to new Python files

* Add TODOs to Makefile

---------

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2024-01-28 18:09:03 +01:00
..
asm_processor Enable more IDO warnings and apply fixes (#1264) 2022-06-12 19:24:45 -04:00
disasm Set up disassembly for gc-eu-mq (#1613) 2024-01-28 18:09:03 +01:00
fado git subrepo pull (merge) tools/fado (#1501) 2023-02-26 14:04:00 -05:00
ido5.3_compiler Migrated rodata 2020-03-17 16:33:41 -04:00
ido7.1_compiler Decompile z_oceff_wipe (#122) 2020-05-09 16:58:02 -04:00
ido_recomp Recomp v0.6 (#1507) 2023-07-03 09:12:17 -04:00
overlayhelpers Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
ZAPD ZAPD Update (#1605) 2024-01-07 17:52:45 -05:00
ZAPDConfigs/MqDbg ZAPD Update (#1605) 2024-01-07 17:52:45 -05:00
.gitignore New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
assist.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
compare_actors_sizes.py Improve the get_actor_sizes.py script (#673) 2021-02-02 13:30:34 -05:00
compress.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
convert_chars.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
csdis.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
decompile_data.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
decompress_baserom.py Set up disassembly for gc-eu-mq (#1613) 2024-01-28 18:09:03 +01:00
disasm_elf_msg.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
dmadata_range.sh Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
elf2rom.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
ichaindis.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
m2ctx.py Fix asset file includes to always start with assets/ (#1260) 2022-06-06 15:37:25 -04:00
Makefile New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
makeromfs.c First proper commit. 2020-03-17 00:31:30 -04:00
mkdmadata.c Fix mkdmadaata usage (#1617) 2024-01-24 13:34:34 -05:00
mkldscript.c Add missing DWARF 5 debug sections and .pdr to linker script (#1530) 2023-08-29 11:25:12 -04:00
msgdis.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
msgenc.py tools: teach msgenc to avoid comments (#1151) 2022-02-20 20:01:06 +01:00
n64chksum.c First proper commit. 2020-03-17 00:31:30 -04:00
n64chksum.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
namefixer.py z_actor documentation pass (#1445) 2022-12-12 21:23:14 -05:00
permuter_settings.toml Add decompme.compilers to permuter_settings.toml (#931) 2021-08-29 19:42:14 -04:00
regconvert.py GameInfo -> RegEditor (#1354) 2022-10-15 01:40:00 -04:00
reloc_prereq.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
rgba5551.py Change Colors To Decimal (#260) 2020-07-16 21:37:53 -04:00
set_o32abi_bit.py code_80106550 / llcvt.c and code_80104450 / ortho.c OK (#163) 2020-05-27 03:48:07 -04:00
sfxconvert.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
spec.c Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
spec.h Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
split_out.py First proper commit. 2020-03-17 00:31:30 -04:00
util.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
util.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
vt_fmt.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
vtxdis.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
yaz0.c First proper commit. 2020-03-17 00:31:30 -04:00
yaz0.h First proper commit. 2020-03-17 00:31:30 -04:00
yaz0tool.c First proper commit. 2020-03-17 00:31:30 -04:00