diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 16:38:11 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 16:38:11 +0200 |
commit | 1f3a867a0b05c52344c5a145db3272e653deb697 (patch) | |
tree | a8e3a1b76a1badf0a0a68724bb104a8426ef734e /include/pokemon.h | |
parent | 356eb34e3213c95a7ce072bdfc860601dbf464fe (diff) |
battle link partner controller is done
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 626d4d7a1..478f7c345 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -629,7 +629,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 sub_806D864(u16 a1); +s32 GetBankMultiplayerId(u16 a1); bool16 sub_806D82C(u8 id); u16 MonTryLearningNewMove(struct Pokemon* mon, bool8); void sub_8068AA4(void); // sets stats for deoxys |