12,489
edits
Nescientist (talk | contribs) (→In battle: https://github.com/pret/pokered/blob/master/engine/battle/moveEffects/heal_effect.asm#L11) |
|||
Line 46: | Line 46: | ||
Soft-Boiled restores up to 50% of the user's maximum {{stat|HP}}. It will fail if the user's current HP is already equal to its maximum HP. | Soft-Boiled restores up to 50% of the user's maximum {{stat|HP}}. It will fail if the user's current HP is already equal to its maximum HP. | ||
In [[Generation I]] [[core series]] only, | In the [[Generation I]] [[core series]] only, Softboiled will also fail if the difference between the user's maximum HP and current HP leaves a remainder of 255 when divided by 256 (such as 255 or 511). This was fixed in {{g|Stadium}} and all future generations. | ||
Soft-Boiled can also be used as part of a [[Contest combination|Contest Spectacular combination]], causing {{m|Egg Bomb}} to give an extra four appeal points if used in the next turn. | Soft-Boiled can also be used as part of a [[Contest combination|Contest Spectacular combination]], causing {{m|Egg Bomb}} to give an extra four appeal points if used in the next turn. |