Dinopony / alundra-randomizer

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

Fix common flag between Ancient Shrine and Magyscar #46

Closed Dinopony closed 2 years ago

Dinopony commented 2 years ago

There are two rooms in the game that use a common flag:

In the vanilla game, there must be a mechanism somewhere which clears that flag in-between the two chapters. In rando, this mechanism looks like it's gone and everything can be done in pretty much any order, so this needs to change.

The proposed solution is to change the flag used in Magyscar room to use flag 7 (one related to Jess dialogues in the very early vanilla game), effectively removing the overlap between the two.

Dinopony commented 2 years ago

Fixed in 4de0e1f