KatDevsGames/z3randomizer

Crash when using small key

Closed this issue · 1 comments

After the latest update, the game is crashing when using a small key to open a door. The crash occurs in the call to PostItemGet in the UpdateKeys function of pendantcrystalhud.asm.

I ran a test where I moved the PostItemGet call inside the scope of the push / pull of the registers (currently the call occurs outside this scope), and the crash no longer occurs.

updated