summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
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