Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 724 Bytes

Link's Awakening (Switch) reverse engineering notes

WORK IN PROGRESS

What's in this repository?

  • Information and sometimes documentation about game internals. These files have the *.md extension in this repository.

  • Some plain text files that were extracted from the executable or generated from the ROM, containing information about game internals as well.

  • Tools for understanding some game files in tools.

  • Tools and IDA scipts for reverse engineering the game and dumping structures/values from the executable in tools/ida.

  • Note: I will publish a Grezzo datasheet (gsheet) library and tool later.

Credits

Thanks to MrCheeze for the 'event flowchart to pseudocode' script.