summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-18Exclude duplicate macros in `m2ctx`Aetias
2024-02-16Rename `ov00_02084eac.s` to `ov00_02084ebc.s`Aetias
2024-02-12Change section `.sinit` to `.ctor`Aetias
2024-02-11.gitignore `/tools/temp`Aetias
2024-02-11Save bytes in `compress` by ignoring 0-flag blocksAetias
2024-02-10Use 32-aligned end address for overlay size calculationAetias
2024-02-04Match USA location of `func_ov00_020d59f0` and othersAetias
2024-02-04Supply heap address from linker scriptAetias
2024-02-04Specify overlay origin after multiple overlaysAetias
2024-02-0432-align `.bss` sectionsAetias
2024-02-03Write ARM9 module info in `buildrom`Aetias
2024-01-07Inventory -> ItemManagerAetias
2024-01-06Add `m2ctx.py`Aetias
2023-12-2088% match `Inventory::Save`Aetias
2023-12-20Align sections to 32Aetias
2023-12-12Build successfully on LinuxAetias
2023-11-13Fix lcf.pyAetias
2023-11-13Keep original file ext in `.o` filesAetias
2023-11-08Split overlay 0Aetias
2023-11-07Add .sbss to overlay 0Aetias
2023-10-27Match base ROMAetias
2023-10-27Append assets to ROM in predefined directory orderAetias
2023-10-27Full file path when printing FAT orderAetias
2023-10-22Add debug printsAetias
2023-10-22Match overlay portion of FATAetias
2023-10-21Match FNTAetias
2023-10-21Compute logo CRCAetias
2023-10-21Add missing ARM9 overlay table sizeAetias
2023-10-21Match bannerAetias
2023-10-21Match overlay tableAetias
2023-10-21Set remaining header fields from linker outputAetias
2023-10-21Fix incorrect FAT file ID for files in assets rootAetias
2023-10-21Match autoload callback in ROM headerAetias
2023-10-21Match secure area CRCAetias
2023-10-18Load encryption key and CRC encrypted secure areaAetias
2023-10-17Add initial Blowfish implementationAetias
2023-10-17Add WIP FinalizeHeader functionAetias
2023-10-15Convert indentation to spacesAetias
2023-10-15Align ROM sections to 512Aetias
2023-10-15Write ROM sizeAetias
2023-10-15Read title to stack-allocated bufferAetias
2023-10-15Write bannerAetias
2023-10-15Write FAT and assets in separate functionsAetias
2023-10-15Fix some align issuesAetias
2023-10-15Write ROM capacity in headerAetias
2023-10-15Use `rm -f` flag in `make clean`Aetias
2023-10-15Make buildrom run without errorsAetias
2023-10-15Extract ARM7 programAetias
2023-10-15Export ARM9 program footer in LCFAetias
2023-10-14Fix errorsAetias