diff options
author | red031000 <rubenru09@aol.com> | 2020-08-30 23:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 23:45:35 +0100 |
commit | 656e4a2fee9ff86d678d6a7477611bfaca5171d4 (patch) | |
tree | b3060e2576d1572c1a8aeb63f300f43ba0d13131 /include/config.h | |
parent | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (diff) | |
parent | 73aecdbbbff398c27734f8ed793bb495a5391a4b (diff) |
Merge pull request #273 from PikalaxALT/pikalax_work
Decompile mail
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 7b75cd06..c32220d0 100644 --- a/include/config.h +++ b/include/config.h @@ -16,6 +16,7 @@ #define LANGUAGE_GERMAN 5 #define LANGUAGE_SPANISH 7 #define LANGUAGE_KOREAN 8 +#define LANGUAGE_COUNT LANGUAGE_KOREAN #ifdef DIAMOND #define GAME_VERSION VERSION_DIAMOND |