Mr Mushroom initial database

This commit is contained in:
ReznoRMichael 2021-02-12 17:59:17 +01:00
parent 8e3ba79cf3
commit 393ab861ce

View file

@ -963,6 +963,16 @@ const HK = {
name: "Optimal Nailsmith", name: "Optimal Nailsmith",
spoiler: "Happy Couple achievement (per save choice)" spoiler: "Happy Couple achievement (per save choice)"
}, },
mrMushroomState: {
name: "Mr Mushroom",
spoiler1: "Fungal Wastes, near Cornifer",
spoiler2: "Kingdom's Edge, near Isma's Grove",
spoiler3: "Deepnest, near Galien",
spoiler4: "Howling Cliffs",
spoiler5: "Ancient Basin, near Monarch Wings",
spoiler6: "Fog Canyon, near Overgrown Mound",
spoiler7: "King's Pass",
}
/* /*
Mr Mushroom data Mr Mushroom data
case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break; case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break;