Posted September 28, 2024 by Squiddy
New update about 30 minutes later:
Original body of post below:
There was a rogue step event* called Cycle_step that was setting the index of a choice option to array_find_index(values, value) every frame the menu was open. This broke the menu on 9940 and 9944, and crashed v100, but only if the value was not valid. I didn't notice at release.
Solution? Remove the step event since it's from earlier in development and probably not necessary.
That's all this update does.
*not rogue as in Rogue from the game, but rogue as in misplaced and forgotten with unwanted side effects