Foundation to support LG, Rev1 in the future

This commit is contained in:
PikalaxALT
2019-07-04 11:40:05 -04:00
parent 2f671f9bd2
commit 231b2aeb83
5 changed files with 45 additions and 10 deletions
-2
View File
@@ -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
+3 -1
View File
@@ -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