Adds anticipation ability

This commit is contained in:
2021-11-20 11:00:48 +01:00
parent 7857f5c35a
commit f19c60c4c1
4 changed files with 55 additions and 0 deletions

View File

@@ -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);