squid-man / MegaMan2Randomizer2

Mega Man 2 Randomizer
8 stars 4 forks source link

Prevent pausing during Flash Man's time stop even when the weapons pause patch is active #143

Closed TheRealQuantam closed 1 year ago

TheRealQuantam commented 1 year ago

This fixes the issue with the pause patch where you could break out of Flash Man's time stop by pausing. It appears that pause automatically disabled control lock regardless of whether time stop remains active, so the easiest solution was to simply disable pause during Flash Man's time stop.

Had to move the merciless patch around since the pause patch grew in size.

I made a PR out of habit. It actually could use some testing, as I only did basic testing to verify it did what it was supposed to do.