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 /arm9/src | |
parent | ffc909a19c8640993b247f067f8ab678dbb5f32f (diff) |
Rename routines related to the pokemon storage system
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/pokemon.c b/arm9/src/pokemon.c index 20784ff6..3db6796a 100644 --- a/arm9/src/pokemon.c +++ b/arm9/src/pokemon.c @@ -3725,7 +3725,7 @@ void FUN_0206AA84(struct Pokemon * pokemon) SetMonData(pokemon, MON_DATA_SEAL_COORDS, sp1); } -void FUN_0206AAB4(struct BoxPokemon * boxmon) +void RestoreBoxMonPP(struct BoxPokemon * boxmon) { int i; u8 pp; |