nightmareci / HeborisCE

Cross-platform Expansion (C.E.) and continuation of Heboris U.E. using modern technology and development approach
36 stars 5 forks source link

BUG: sega and bloxeed randomizers generate new sequences when changing modes and they shouldn't. #39

Open zaphod77 opened 1 month ago

zaphod77 commented 1 month ago

This was caused by another bugfix, which caused a new reroll over time a mode was changed, to stop carrying over the sakura or fp sequence to another mode. This fix is fine for most randomers, but not for sega or bloxeed, which you are supposed to be able to get poweron patterns with with test menu.

i believe the proper fix is to only call versusInit when giveup is used in tomoyo-fp or tomoyo-ti, not when modes are changed. ALternatively call versusInit when giveup is used in any mode.