diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-28 19:59:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:59:00 +0300 |
commit | f29f16fd5ff0a38d2ba5b367bab77217dea6769e (patch) | |
tree | 358b53e93b3c9737d277e12d893f8988779da23e /include/config.h | |
parent | f4e8c9289b47f1bf3cb83b96074f4f3e540d51ac (diff) | |
parent | e53c2163e58aa8fc39e5f4a06a906d0bb89ecd88 (diff) |
Merge pull request #193 from PikalaxALT/pikalax_work
Build Pokemon Pearl
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 |