diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-28 19:59:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:59:18 +0300 |
commit | 71b374828b8c39900a642f982af40d5087190323 (patch) | |
tree | 51410faeb1bc5c52a0dedb6b1189e0dcc31abb4f /include/config.h | |
parent | a74135539e9945c4e01c4fed8088fde785789c7d (diff) | |
parent | f29f16fd5ff0a38d2ba5b367bab77217dea6769e (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 959e3d18..7b75cd06 100644 --- a/include/config.h +++ b/include/config.h @@ -1,7 +1,21 @@ #ifndef POKEDIAMOND_CONFIG_H #define POKEDIAMOND_CONFIG_H -// #define NDEBUG +#define VERSION_SAPPHIRE 1 +#define VERSION_RUBY 2 +#define VERSION_EMERALD 3 +#define VERSION_FIRE_RED 4 +#define VERSION_LEAF_GREEN 5 +#define VERSION_DIAMOND 10 +#define VERSION_PEARL 11 + +#define LANGUAGE_JAPANESE 1 +#define LANGUAGE_ENGLISH 2 +#define LANGUAGE_FRENCH 3 +#define LANGUAGE_ITALIAN 4 +#define LANGUAGE_GERMAN 5 +#define LANGUAGE_SPANISH 7 +#define LANGUAGE_KOREAN 8 #ifdef DIAMOND #define GAME_VERSION VERSION_DIAMOND |