diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-13 12:12:27 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-13 12:12:27 +0100 |
commit | 11a49a7f0220ebbdfa43ebaa9158906cf38f6a4d (patch) | |
tree | 892376521c52ca906cd847b64e7828b933258885 /src/pokemon.c | |
parent | 37d7348e01e1d9afb79b5eb10ec28af948bbaf1e (diff) |
Decompile trainer hill
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 580216b2c..10371842b 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -2745,7 +2745,7 @@ void CreateMonWithEVSpread(struct Pokemon *mon, u16 species, u8 level, u8 fixedI CalculateMonStats(mon); } -void sub_806819C(struct Pokemon *mon, struct BattleTowerPokemon *src) +void CreateBattleTowerMon(struct Pokemon *mon, struct BattleTowerPokemon *src) { s32 i; u8 nickname[30]; @@ -2799,7 +2799,7 @@ void sub_806819C(struct Pokemon *mon, struct BattleTowerPokemon *src) CalculateMonStats(mon); } -void sub_8068338(struct Pokemon *mon, struct BattleTowerPokemon *src, bool8 lvl50) +void CreateBattleTowerMon2(struct Pokemon *mon, struct BattleTowerPokemon *src, bool8 lvl50) { s32 i; u8 nickname[30]; |