index
:
ph
main
Decompilation of The Legend of Zelda: Phantom Hourglass (NDS)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-13
Enable interworking in linker
Aetias
2023-11-13
Keep original file ext in `.o` files
Aetias
2023-11-11
Decomp `Inventory::Create`
Aetias
2023-11-11
Add `SysObject` class
Aetias
2023-11-08
Split overlay 0
Aetias
2023-11-07
Build .s files in all `asm/` subdirectories
Aetias
2023-11-07
Add .sbss to overlay 0
Aetias
2023-10-27
Remove mentions of non-matching ROM
Aetias
2023-10-27
Pass assets listing to `buildrom`
Aetias
2023-10-27
Build tools before `make extract`
Aetias
2023-10-27
Match base ROM
Aetias
2023-10-27
.gitignore `ph_*/`
Aetias
2023-10-27
Append assets to ROM in predefined directory order
Aetias
2023-10-27
Full file path when printing FAT order
Aetias
2023-10-22
Add debug prints
Aetias
2023-10-22
Match overlay portion of FAT
Aetias
2023-10-21
Match FNT
Aetias
2023-10-21
Compute logo CRC
Aetias
2023-10-21
Add missing ARM9 overlay table size
Aetias
2023-10-21
Match banner
Aetias
2023-10-21
Match overlay table
Aetias
2023-10-21
Fix misplaced `.sinit`
Aetias
2023-10-21
Set remaining header fields from linker output
Aetias
2023-10-21
Fix incorrect FAT file ID for files in assets root
Aetias
2023-10-21
Match autoload callback in ROM header
Aetias
2023-10-21
Match secure area CRC
Aetias
2023-10-18
Load encryption key and CRC encrypted secure area
Aetias
2023-10-17
Add initial Blowfish implementation
Aetias
2023-10-17
Add WIP FinalizeHeader function
Aetias
2023-10-15
Convert indentation to spaces
Aetias
2023-10-15
Align ROM sections to 512
Aetias
2023-10-15
Write ROM size
Aetias
2023-10-15
Read title to stack-allocated buffer
Aetias
2023-10-15
Write banner
Aetias
2023-10-15
Write FAT and assets in separate functions
Aetias
2023-10-15
Fix some align issues
Aetias
2023-10-15
Write ROM capacity in header
Aetias
2023-10-15
Fix checksum verification
Aetias
2023-10-15
Add `make extract`
Aetias
2023-10-15
Build and compare ROM in Makefile
Aetias
2023-10-15
Remove unused exported symbols
Aetias
2023-10-15
.gitignore `*.nds`
Aetias
2023-10-15
Use `rm -f` flag in `make clean`
Aetias
2023-10-15
Make buildrom run without errors
Aetias
2023-10-15
Extract ARM7 program
Aetias
2023-10-15
Export ARM9 program footer in LCF
Aetias
2023-10-15
.gitignore asset directories
Aetias
2023-10-14
Fix errors
Aetias
2023-10-14
Write FAT and asset files
Aetias
2023-10-14
Write FNT table and subtables
Aetias
[prev]
[next]