diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:48:30 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 21:48:30 +0200 |
commit | cdd36116f221d62566c771fec2df15a2f33f507e (patch) | |
tree | 46db7efd4893745acfbef7f54b53b18a8c81477c /include | |
parent | 33ee3115ab77d326ffeca49ce9a124c31af587bb (diff) |
label pokemon3.s
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 7a3274418..a335e0154 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -506,7 +506,7 @@ u8 GetLevelFromBoxMonExp(struct BoxPokemon *boxMon); u16 GiveMoveToMon(struct Pokemon *mon, u16 move); u16 GiveMoveToBoxMon(struct BoxPokemon *boxMon, u16 move); u16 GiveMoveToBattleMon(struct BattlePokemon *mon, u16 move); -void RestoreMonMovesPP(struct Pokemon *mon); +void MonRestorePP(struct Pokemon *mon); void SetMonMoveSlot(struct Pokemon *mon, u16 move, u8 slot); void SetBattleMonMoveSlot(struct BattlePokemon *mon, u16 move, u8 slot); void GiveMonInitialMoveset(struct Pokemon *mon); |