DK64-Randomizer icon indicating copy to clipboard operation
DK64-Randomizer copied to clipboard

Damper MIDI Event crash on Damper off

Open AlmostSeagull opened this issue 4 months ago • 0 comments

When the Damper Off event is processed, if any notes have been extended by the Damper being on, the game crashes on instruction 0x80735144 due to an invalid pointer.

Intended behaviour is as seen in the code for Note Off, where the pointer IS initiated using instructions 0x807346d8-0x807346f0 image

Inserting this code before 0x80735140 should fix this issue. (fingers crossed)

AlmostSeagull avatar Apr 06 '24 11:04 AlmostSeagull