Moppu / SecretOfManaRandomizer

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

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

Open Moppu opened 3 months ago

Moppu commented 3 months 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.