Closed lushen124 closed 1 year ago
I wanted to test something really quick and noticed this:
As you only set the ui.MiscellaneousView.experienceRate variable in the listeners on the buttons, if you never make a selection then this value is null, leading to an NPE in the GBARandomizer line 2087
Obviously once you have ever selected another option here the options bundle fixes this, but it can be reproduced by just setting the bundle version to a random new number
Ah, good catch. It looks like I forgot to set the default value up top. Thankfully an easy fix. 🙂
This change adds options for GBA FE to enable casual mode and modify the experience rate between 0.5x, 1x, and 2x. These options can be found in the Miscellaneous section.