diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-18 21:04:35 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-18 21:04:35 -0400 |
| commit | 59c3967986896308a8316fb92d725a664e4a48dc (patch) | |
| tree | 8b591b0c3e7c6b355a262e6a81b6217c7dcd94d6 /include | |
| parent | ffc909a19c8640993b247f067f8ab678dbb5f32f (diff) | |
Rename routines related to the pokemon storage system
Diffstat (limited to 'include')
| -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 1ef26f85..ed62c18e 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -305,6 +305,6 @@ u16 GetLegendaryMon(u32 idx); BOOL FUN_0206A998(struct Pokemon * pokemon); BOOL FUN_0206A9AC(struct BoxPokemon * boxmon, struct PlayerData * sb2, u32 heap_id); void FUN_0206AA84(struct Pokemon * pokemon); -void FUN_0206AAB4(struct BoxPokemon * boxmon); +void RestoreBoxMonPP(struct BoxPokemon * boxmon); #endif //POKEDIAMOND_POKEMON_H |
