Adds anticipation ability
This commit is contained in:
@@ -4,6 +4,7 @@ type BattleSide {
|
||||
bool IsDefeated { get const; };
|
||||
bool HasFled { get const; };
|
||||
Battle@ Battle { get const; };
|
||||
narray<Pokemon>@ Pokemon { get const; };
|
||||
uint8 GetPokemonIndex(const Pokemon@ pokemon) const;
|
||||
Pokemon@ GetPokemon(uint8 index) const;
|
||||
ref@ AddVolatile(const constString &in name);
|
||||
|
||||
Reference in New Issue
Block a user