v0.1.6-alpha
Pre-release
Pre-release
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()
returnTRUE
. This prevents populating files with garbage data, - Remove the bug from the
Known Issues
section inREADME.md
file.
-
Change variable types from
UINT8
toUINT8
for STR, INT, and AGL inPrintPlayerStats2()
function