diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-18 16:43:24 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-18 16:43:24 -0500 |
commit | ae881a3623eae7cf61702e73ead7c2343af0bda3 (patch) | |
tree | 9344e79fcc6db84ac12d65adfd119f1a6375b80d /src/main.c | |
parent | 7984a91c0892e0bd96ace89405d565ec0b43e084 (diff) |
Start implementing LG and 1.1
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 9294c80ce..394a1f42a 100644 --- a/src/main.c +++ b/src/main.c @@ -57,8 +57,10 @@ static void IntrDummy(void); #if defined(FIRERED) #define GAME_VERSION VERSION_FIRE_RED -#elif defined(LEAF_GREEN) +#elif defined(LEAFGREEN) #define GAME_VERSION VERSION_LEAF_GREEN +#else +#error unknown version #endif const u8 gGameVersion = GAME_VERSION; |