summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
commite7cb5476c4fb4e2583bb8ca03a290cb838ad9bbc (patch)
treefdaf5ff39fae35770193f3e936deb2ca36377ffd /include/pokemon.h
parent539ec639fddd248a7f1a36d7e46d89ba68684364 (diff)
Port evolution_scene
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 3d0faca36..c5ad89f41 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -14,7 +14,7 @@
#define MON_DATA_OT_NAME 7
#define MON_DATA_MARKINGS 8
#define MON_DATA_CHECKSUM 9
-#define MON_DATA_10 10
+#define MON_DATA_ENCRYPT_SEPARATOR 10
#define MON_DATA_SPECIES 11
#define MON_DATA_HELD_ITEM 12
#define MON_DATA_MOVE1 13