diff options
author | hjk321 <37224753+hjk321@users.noreply.github.com> | 2019-04-27 16:45:32 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-03 18:21:11 -0500 |
commit | 438c5432aa2c14cb54402071aa8b8cc3557decf5 (patch) | |
tree | 42e005bacc8537d41e7e1ec90575cc59bc9f3f12 /include | |
parent | 106a89eace1cb4de5f7b45683d14c484c4cfdd90 (diff) |
Document MON_DATA_10
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 26d715d89..c5fea6df7 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 |