This commit is contained in:
@@ -12,9 +12,11 @@ type Battle {
|
||||
ref@ AddVolatile(const constString &in name);
|
||||
ref@ GetVolatile(const constString &in name);
|
||||
void RemoveVolatile(const constString &in name) const;
|
||||
void SetWeather(const constString &in name) const;
|
||||
bool SetWeather(const constString &in name) const;
|
||||
void ClearWeather(const constString &in name) const;
|
||||
const constString& GetWeatherName() const;
|
||||
void SuppressWeather() const;
|
||||
void UnsuppressWeather() const;
|
||||
BattleSide@ GetBattleSide(uint8 index);
|
||||
BattleParty@ GetParty(uint8 index);
|
||||
BattleParty@ FindPartyForPokemon(Pokemon@ pokemon);
|
||||
|
||||
Reference in New Issue
Block a user