summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-18 08:19:03 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-18 08:19:03 -0400
commit985f98f8f7a54acf3664bbf0eb9f62270f58eb96 (patch)
tree7a5a1ba09aef9c76ecaa7135b952c46babd160f3 /include/pokemon.h
parented79118cc0a32fc07f4d6f8046cf2ab06d296359 (diff)
Remove player_data include from save_block_2 header
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index d3be0c34..1ef26f85 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;