diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 10:05:25 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 10:05:25 -0500 |
commit | ba5861e45266fb0b32a5e5da10acd534838ccafd (patch) | |
tree | ab99fa10a98f71140febdb4d878811a834198d53 /src/main.c | |
parent | 3770909be050ae93c5f83ac8b1e9deb2ef3f4ca6 (diff) |
leafgreen match .text
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c index 6d50e5fd3..c96e4cc3a 100644 --- a/src/main.c +++ b/src/main.c @@ -55,13 +55,6 @@ static void VCountIntr(void); static void SerialIntr(void); static void IntrDummy(void); -#if defined(FIRERED) -#define GAME_VERSION VERSION_FIRE_RED -#elif defined(LEAFGREEN) -#define GAME_VERSION VERSION_LEAF_GREEN -#else -#error unknown version -#endif const u8 gGameVersion = GAME_VERSION; const u8 gGameLanguage = GAME_LANGUAGE; |