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

Include Moves +5's effect to the Moves counter #19

Closed kpwbo closed 9 years ago

kpwbo commented 9 years ago

It would be nice to allow the "Moves" counter to be set to 1-5 more than the stage's base number of moves, to better simulate the effect of using a "Moves +5" item, which can be useful for abilities that depend on the number of moves (Last-Ditch Effort for example).

For example, if a stage's base number of moves is 15, the "Moves" counter would be initially set at 15, but it would be possible for the user to set it to 16, 17, 18, 19 or 20 (as well as 0 to 14).

Loreinator commented 9 years ago

Fixed and closed. This was surprisingly fast and risk free to implement, given your use case you described - its simply a 1-line alteration in the paint pallet GUI code itself. Probably one of the fastest issues yet!