More move scripts

This commit is contained in:
2025-01-10 10:34:11 +01:00
parent 4584185a42
commit 85ea31f7cd
7 changed files with 165 additions and 1 deletions

View File

@@ -299,7 +299,7 @@ public interface IPokemon : IScriptSource, IDeepCloneable
/// Heals the Pokemon by a specific amount. Unless allow_revive is set to true, this will not
/// heal if the Pokemon has 0 health. If the amount healed is 0, this will return false.
/// </summary>
bool Heal(uint heal, bool allowRevive);
bool Heal(uint heal, bool allowRevive = false);
/// <summary>
/// Restores all PP of the Pokemon.