summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-08-19 08:50:39 +0300
committerGitHub <noreply@github.com>2020-08-19 08:50:39 +0300
commitf7e8e085ed15564fe03315b898707e7a762d6ce1 (patch)
tree8b591b0c3e7c6b355a262e6a81b6217c7dcd94d6 /include/pokemon.h
parent133a7967098a49cebc68c395df88d87485328175 (diff)
parent59c3967986896308a8316fb92d725a664e4a48dc (diff)
Merge pull request #263 from PikalaxALT/pikalax_work
waza_tbl.narc to json
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index d3be0c34..ed62c18e 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -9,7 +9,7 @@
#include "seals.h"
#include "constants/pokemon.h"
#include "string16.h"
-#include "save_block_2.h"
+#include "player_data.h"
struct BaseStats {
/* 0x00 */ u8 hp;
@@ -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