summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 2387ef78..6148544f 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -9,7 +9,6 @@
#include "seals.h"
#include "constants/pokemon.h"
#include "string16.h"
-#include "save_block_2.h"
struct BaseStats {
/* 0x00 */ u8 hp;
@@ -199,6 +198,8 @@ struct PlayerParty
struct Pokemon mons[PARTY_SIZE];
};
+#include "save_block_2.h"
+
void ZeroMonData(struct Pokemon * pokemon);
void ZeroBoxMonData(struct BoxPokemon * boxmon);
u32 SizeOfStructPokemon(void);