summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-05-18QOL addtions to the readme (#104)Parker Burnett
2021-05-13Extract assets in `make setup`, don't extract them to `assets/src/` and build...Anghelo Carvajal
2021-05-10Use decompiled overlays when building ROM (#121)Zach Banks
2021-04-29Adds in scene support (#117)Kenix3
2021-04-07Optimization when building all to let compression happen as early as possible...Rozelette
2021-03-27Some OOT transfers, some renaming, etc (#75)Lucas Shaw
2021-03-27Floats and Strings in asm (#82)Tharo
2021-03-27Restructure how buffers are set up (#77)Rozelette
2021-03-16Fixes -include in makefile. (#74)Kenix3
2021-03-16Decompiles z_vr_box (from zel) (#73)Kenix3
2021-03-14Generate dependencies for C files with GLOBAL_ASM (#70)Rozelette
2021-03-10Updates file_setup.sh script to split based on the asm files being in differe...Kenix3
2021-03-10Initial support of tracking progress per code/boot/overlay, and outputs the s...Kenix3
2021-02-25Make defaults to uncompressed (#52)Kenix3
2021-02-24Added IDO recomp support (#45)louist103
2020-09-28Use MAKE in MakefileRozelette
2020-09-23Fix several issues with the makefile (#30)Rozelette
2020-09-17Add some OOT tools (#17)Rozelette
2020-09-13Bootstrap actors (#14)Rozelette
2020-09-11Makefile rework. Add init and uncompressed targets. (#15)Rozelette
2020-08-28Make the disasm target when appropiate instead of needing to do it manually (...Rozelette
2020-05-12Allows make process to identify bin utils prefix (from OOT makefile)Kenix
2020-05-04Improve Drag & Drop support for IDO ToolsMMDecomp
2020-05-01Automatically find and create src directories when buildingrozlette
2020-03-02Set up diff scriptrozlette
2020-03-01Decompile code_0x800CAE10.crozlette
2020-03-01Some loadfragment2.c progressrozlette
2020-02-27Avoid changing the last modified date on the built elf files during later par...rozlette
2020-02-27Build ROM with relocated overlays to prep for nonmatching builds. Makefile cl...rozlette
2020-02-20Make non-matchings consistent with ootrozlette
2020-02-19Rename table files to *.txt so as to not confuse github language statisticsrozlette
2020-02-19Don't generate headers from disassembling. This hasn't been relevant for awhile.rozlette
2020-01-25Fix various errors in READMErozlette
2020-01-21Modernize z_std_dma.c, and match a few more functionsrozlette
2020-01-20Port a bunch of libultra files from sm64rozlette
2020-01-17Port perspective.c from sm64rozlette
2020-01-16Decomp idle.crozlette
2020-01-12Port stackcheck.c from oot decomprozlette
2020-01-12Port over fault.c from oot decomprozlette
2019-12-28Decompile Bg_Ikana_Rayrozlette
2019-12-27Decompile Bg_Fu_Kaiten. Add some method to generate overlays, refinement neededrozlette
2019-12-20Generate limker maprozlette
2019-12-15Add README.md. Minor makefile cleanup.rozlette
2019-11-28Use variable names from ghidra project. Reorganize some data tables and heade...rozlette
2019-11-16Add dmadata vrom symbols. Link rom in two passes: first to generate dmadata, ...rozlette
2019-11-12Minor makefile changes for building a decompressed file in the futurerozlette
2019-10-02makerom improvements. Faster and generate checksumrozlette
2019-09-23Moved extract_rom into toolsrozlette
2019-09-22Move more tools into tools folderrozlette
2019-09-22Make dmadata tool usable from command linerozlette