Implements a bunch more moves
This commit is contained in:
@@ -477,7 +477,7 @@ public abstract class Script : IDeepCloneable
|
||||
/// This function is triggered on a Pokemon and its parents when the given Pokemon is switched into
|
||||
/// the battlefield.
|
||||
/// </summary>
|
||||
public virtual void OnSwitchIn(IPokemon pokemon)
|
||||
public virtual void OnSwitchIn(IPokemon pokemon, byte position)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -563,4 +563,8 @@ public abstract class Script : IDeepCloneable
|
||||
public virtual void ChangeWeatherDuration(StringKey weatherName, ref int duration)
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void PreventHeal(IPokemon pokemon, uint heal, bool allowRevive, ref bool prevented)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user