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
+6 -1
View File
@@ -55,7 +55,12 @@ static void VCountIntr(void);
static void SerialIntr(void);
static void IntrDummy(void);
const u8 gGameVersion = VERSION_FIRE_RED;
#if defined(FIRERED)
#define GAME_VERSION VERSION_FIRE_RED
#elif defined(LEAF_GREEN)
#define GAME_VERSION VERSION_LEAF_GREEN
#endif
const u8 gGameVersion = GAME_VERSION;
const u8 gGameLanguage = GAME_LANGUAGE;