summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-27 15:57:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-27 15:57:30 -0400
commit4f842fa4b34128b7c965a493b688d5408edee373 (patch)
treed451c11448da7c3c45b0dee007305ae48f09291b /include/config.h
parent09a9af9bf408a25adca35d74193a130321dbaa81 (diff)
Bring overlay 06 closer to matching
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h16
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