mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
12 lines
538 B
Markdown
12 lines
538 B
Markdown
|
# fado
|
||
|
*Fairy-Assisted (relocations for) Decomplied Overlays*
|
||
|
<!-- Nice backronym... -->
|
||
|
|
||
|
Contains
|
||
|
- **Fairy** a library for reading N64 ELF files (big-endian)
|
||
|
- **Fado** a program for generating the `.ovl`/relocation section for Zelda64 overlay files
|
||
|
|
||
|
Compatible with both IDO and GCC.
|
||
|
|
||
|
Format is the standard .ovl section, with the relocs divided by section. It will also print the name the associated variable if it can find it in the ELF (for IDO, this is only if it is not static, whereas GCC sometimes seems to retain all of them).
|