summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
-rw-r--r--include/constants/global.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index f094c95bd..491eadf13 100644
--- a/include/config.h
+++ b/include/config.h
@@ -15,8 +15,6 @@
// since not all baseroms and pointers have been dumped yet and will result in
// a broken ROM.
-#define ENGLISH
-
#ifdef ENGLISH
#define UNITS_IMPERIAL
#else
diff --git a/include/constants/global.h b/include/constants/global.h
index b1c8fed3e..3cac8d473 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -23,10 +23,12 @@ enum LanguageId {
LANGUAGE_ITALIAN = 4,
LANGUAGE_GERMAN = 5,
// 6 goes unused but the theory is it was meant to be Korean
- LANGUAGE_SPANISH = 7,
+ LANGUAGE_SPANISH = 7,
};
+#ifdef ENGLISH
#define GAME_LANGUAGE (LANGUAGE_ENGLISH)
+#endif
#define PC_ITEMS_COUNT 30
#define BAG_ITEMS_COUNT 42