Moppu / SecretOfManaRandomizer

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

CharacterClasses hack doesn't account for Mana Magic #16

Open Moppu opened 2 months ago

Moppu commented 2 months ago

Even when character roles/classes are swapped, Mana Magic can still only be cast on the boy holding the sword. This should be modified to allow casting on any boy-type character, or maybe just on anyone.

Needs investigation. There were a LOT of spots in vanilla code where this was hardcoded to object index 0 (boy) and would need new code injection to check for any index that is a boy type (or any index 0/1/2) - this is the main reason it wasn't changed for the initial drop of this hack.