Loreinator / Shuffle-Move

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

Allow last-3-turns abilities to proc when 4 turns remain #37

Closed JustAnotherRandomLad closed 9 years ago

JustAnotherRandomLad commented 9 years ago

In the game, the move counter is decreased before these abilities are accounted for, so you can actually set them off on your last 4 moves. Whether you want to account for this by doing what's in the title directly or by decrementing the move count before considering these abilities is up to you.

Loreinator commented 9 years ago

This can definitely be put in, it will just take a couple lines or so to make the adjustment.

Loreinator commented 9 years ago

Fixed in development branch, by reducing the move counter in the simulation core by 1.