diff options
author | camthesaxman <cameronghall@cox.net> | 2018-02-06 13:48:02 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-02-06 13:48:02 -0600 |
commit | 6a4967689e62e6a3276bbe2372e8066cdfacb6fd (patch) | |
tree | 7cf01bce7bc5860484717aca08025ea79d78a5f9 /include/pokemon.h | |
parent | f78fa6aabfe3c7301eab7250ee2b152feec90b0e (diff) |
more renaming
Diffstat (limited to 'include/pokemon.h')
-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 cdab96687..fbdd93924 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -631,7 +631,7 @@ bool8 IsShinyOtIdPersonality(u32 otId, u32 personality); void MonGainEVs(struct Pokemon *mon, u16 defeatedSpecies); bool8 IsTradedMon(struct Pokemon *mon); void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality); -s32 GetBankMultiplayerId(u16 a1); +s32 GetBattlerMultiplayerId(u16 a1); bool16 sub_806D82C(u8 id); u16 MonTryLearningNewMove(struct Pokemon* mon, bool8); void sub_8068AA4(void); // sets stats for deoxys |