diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-18 09:55:23 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-18 09:55:23 +0800 |
commit | a28bb81ab714da3da457734fcce93879f3d121a9 (patch) | |
tree | f5b3f255d91ec31acbae2d408d2c6f92fe4fd643 /include/pokemon.h | |
parent | 88ad62c3f3ba977146d7f997cf23e612b31d2d69 (diff) |
battle_main remaining funcs
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index c5ee4eda5..372b2abb6 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -629,10 +629,10 @@ u8 GetTrainerEncounterMusicId(u16 trainer); void AdjustFriendship(struct Pokemon *mon, u8 event); void MonGainEVs(struct Pokemon *mon, u16 defeatedSpecies); u16 GetMonEVCount(struct Pokemon *mon); -void sub_8043A68(void); +void RandomlyGivePartyPokerus(struct Pokemon *party); u8 CheckPartyPokerus(struct Pokemon *party, u8 selection); u8 CheckPartyHasHadPokerus(struct Pokemon *party, u8 selection); -void sub_8043B40(void); +void PartySpreadPokerus(struct Pokemon *party); bool8 TryIncrementMonLevel(struct Pokemon *mon); u32 CanMonLearnTMHM(struct Pokemon *mon, u8 tm); u8 GetMoveRelearnerMoves(struct Pokemon *mon, u16 *moves); |