Find and document the Chest data
kemenaran opened this issue · 0 comments
kemenaran commented
For now a few pieces of the room-loading code are well-documented:
- Initiating a room transition
- Finding and loading the tileset for the current room
- Finding the actual room data
- Looping over the objects to build the room objects map
- Updating the actual Background map during the scroll transition
However the code indicating which chests are in a room, and what they contains is undocumented.
TODO
- Find the chests data section
- Document the code loading and iterating over the chest data
References
- https://github.com/Xkeeper0/links-awakening-junk has some code about displaying the chest data
- The LALE level editor has notes about the chest id locations