summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-24 15:27:55 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-24 15:27:55 +0200
commit0659b19e99dbd8b0282025dc5868855066cf9b0d (patch)
tree512ce2815f1c49a2ee101e463b6c28a938f130fd /include/pokemon.h
parentbffcd426cf1414287443c67d955fb36b861dbd91 (diff)
parent1bb931245b5030746b7150e3965520954d0068a7 (diff)
Merge branch 'master' into decompile_battle_controllers
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 478f7c345..d732552f4 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -43,7 +43,7 @@
#define MON_DATA_HP_IV 39
#define MON_DATA_ATK_IV 40
#define MON_DATA_DEF_IV 41
-#define MON_DATA_SPD_IV 42
+#define MON_DATA_SPEED_IV 42
#define MON_DATA_SPATK_IV 43
#define MON_DATA_SPDEF_IV 44
#define MON_DATA_IS_EGG 45
@@ -62,7 +62,7 @@
#define MON_DATA_MAX_HP 58
#define MON_DATA_ATK 59
#define MON_DATA_DEF 60
-#define MON_DATA_SPD 61
+#define MON_DATA_SPEED 61
#define MON_DATA_SPATK 62
#define MON_DATA_SPDEF 63
#define MON_DATA_MAIL 64