diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-06-20 05:46:48 +0200 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-19 23:46:48 -0400 |
commit | 102f5b1e15e7295e30a3cebfbbad3c8af4cc1d37 (patch) | |
tree | c1237e26e6ea3c562ff7e34ef6f85c82e271d3d4 /include/pokemon.h | |
parent | 2c4dc714db7cb1d37963fcadddf2f7a744f1e654 (diff) |
Battle labels named (#333)
* Changed battle labels
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 273e7d26e..d67cd647a 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -440,7 +440,7 @@ u16 sub_803B7C8(struct Pokemon *mon, u8 a2); void DeleteFirstMoveAndGiveMoveToMon(struct Pokemon *mon, u16 move); void DeleteFirstMoveAndGiveMoveToBoxMon(struct BoxPokemon *boxMon, u16 move); -u8 sub_803C348(u8 a1); +u8 CountAliveMons(u8 a1); u8 sub_803C434(u8 a1); u8 GetMonGender(struct Pokemon *mon); u8 GetBoxMonGender(struct BoxPokemon *boxMon); |