Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 404 Bytes

README.MD

File metadata and controls

7 lines (5 loc) · 404 Bytes

=== Digimon World - reverse engineered code ===

Goal of this project is to reverse engineer the code of Digimon World in a readable, but not compilable, format.

The syntax is C-Style inspired, but omitting ';'. Functions, their parameters and their addresses are references in memoryMap.txt. Exception are the store(target, value) and load(target) functions, which refer to load and write instructions.