Moppu / SecretOfManaRandomizer

Randomizer for Secret of Mana
GNU Lesser General Public License v2.1
8 stars 3 forks source link

Open World: Doom's Wall location can only have a wall boss #27

Open Moppu opened 2 months ago

Moppu commented 2 months ago

Currently we only allow wall bosses in this location to avoid walking through the door behind it and escaping the arena.

It's possible we can just disable this door? There are two versions of this map (407, 410 - see SomVanillaValues.cs) and I think the one you walk through post-fight can have a valid door while we remove the one on the actual boss map. We'd probably have to have the boss death event automatically warp you forward to escape that version of the map.