Dinopony / alundra-randomizer

A randomizer for the PS1 game Alundra
MIT License
12 stars 1 forks source link

Remove the need for Nirude to be broken to trigger Torla geysers #21

Closed Dinopony closed 1 year ago

Dinopony commented 1 year ago

Currently, Flag(0xD34F, 5) is required to make Torla geysers working, but is also what makes Nirude broken. We want geysers to work right away, but we absolutely don't want Nirude to be broken on game start. As a consequence, we need to change the flag check on Torla geysers and remove the flag being set on game start.

Dinopony commented 1 year ago

Fixed in ede5664