LADX-Disassembly icon indicating copy to clipboard operation
LADX-Disassembly copied to clipboard

Document the save file format

Open kemenaran opened this issue 5 years ago • 1 comments
trafficstars

At 01:5DE6 sees to be the code for saving the game data to the battery-powered save area.

The format of the saved data has been reverse-engineered, but it is not documented in the disassembly yet.

Resources

  • @Xkeeper0 reverse-engineered save format: https://xkeeper.net/hacking/linksawakening/savedata.php

kemenaran avatar Apr 01 '20 05:04 kemenaran

Note, the save file is just a copy of a the memory at db00, up to a certain range, and then a few extra bits for the DX additions. Should have a pull request soon where I document the code a bit more.

daid avatar Jun 02 '20 15:06 daid