Gadgetlemage
Fixed logic to fix a bug with flags incorrectly being reset on quitouts
TIL, when you quitout, right before the game isn't loaded anymore, all the flags are being reset to their original values. Previous code assumed that wasn't possible and was thus resetting the state of the logic too early.
New code only reset states when the game is loaded.