Gen7Data/Scripts/Interfaces/BattleSide.astypedef

7 lines
199 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type BattleSide {
bool SwapPositions(uint8 a, uint8 b);
uint8 SideIndex { get const; };
uint8 GetPokemonIndex(const Pokemon@ pokemon) const;
Pokemon@ GetPokemon(uint8 index) const;
}