Moppu / SecretOfManaRandomizer

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

What does map object [4] 0x20 do? And [7] 0xF8? #9

Open Moppu opened 1 month ago

Moppu commented 1 month ago

See comments in MapObject.cs. Ancient Cave and other NPC generating code is setting these values, and they need to be specific values for the NPC to display properly and not glitch out.

Figure out exactly what these flags indicate and document it in MapObject.cs.