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, 1 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index cf5d3377..1ab3c401 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -9,6 +9,7 @@
#include "seals.h"
#include "constants/pokemon.h"
#include "string16.h"
+#include "save_block_2.h"
struct BaseStats {
/* 0x00 */ u8 hp;
@@ -198,8 +199,6 @@ 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);