Skip to content

v0.1.6-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomasz-rozanski tomasz-rozanski released this 27 Oct 01:15
· 17 commits to master since this release

Commit fc521e5

  • Fix the bug causing program termination on the game title screen:

    • Add checks for out-of-bounds indexes pointing to arrays with item data,
    • Add checks for invalid player stats,
    • Add a function CheckPlayerStats() which checks for if the player stats read from game memory are valid. If they are, that means, the game has been loaded properly,
    • Don't start the tracking for equipment, time and location, until the CheckPlayerStats() return TRUE. This prevents populating files with garbage data,
    • Remove the bug from the Known Issues section in README.md file.
  • Change variable types from UINT8 to UINT8 for STR, INT, and AGL in PrintPlayerStats2() function