Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
97 stars 18 forks source link

Mega State incorrectly counts thawed icons #168

Closed Manitary closed 8 years ago

Manitary commented 8 years ago

The Mega State should count only erased icons (except with crossing matches), so if an icon is blocked by a barrier and thawed by matching it, it shouldn't count for the progress.

bug_mega_thawing

For some reason the website is not allowing me to upload the bug report file, so if you need it you can find it here.

avengah commented 8 years ago

I can see a second mistake in that screenshot. Looking at the Move Chooser, the range is shown as 72-1072, but shouldn't it be 72-1000? Because if Vitality Drain activates, Venusaur's power isn't taken into account at all; it's a fixed 10% of remaining HP, which is exactly 1,000 in this case.

Manitary commented 8 years ago

I always thought the calculation was "drain damage + match damage", but you're right!