Implements ColorChange
This commit is contained in:
@@ -2,6 +2,7 @@ type ExecutingMove {
|
||||
Pokemon@ User { get const; };
|
||||
LearnedMove@ Move { get const; };
|
||||
MoveData@ UseMove { get const; };
|
||||
uint8 NumberOfHits { get const; };
|
||||
HitData@ GetHitData(Pokemon@ target, uint8 hit) const;
|
||||
bool IsPokemonTarget(Pokemon@ pkmn) const;
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ type Pokemon {
|
||||
const constString& ActiveAbility { get const; };
|
||||
uint64 TypesLength { get const; };
|
||||
uint8 GetType(uint64 index) const;
|
||||
void SetType(uint8 index, uint8 type);
|
||||
bool HasHeldItem(const constString &in name) const;
|
||||
void SetHeldItem(const constString &in name);
|
||||
void SetHeldItem(const Item@ item);
|
||||
|
||||
Reference in New Issue
Block a user