diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-06 13:45:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-06 13:45:21 -0500 |
commit | 7a7aeed5e8a1f48c396b38584e24e787e4b9419e (patch) | |
tree | fe88c0d6e2440889a9a056de85ae0b27a0063a57 /src | |
parent | b9e38a569eac79572fa0676b82e2d755e30b1357 (diff) | |
parent | 2070c246f97058d45bcec238f5263becc354e2e9 (diff) |
Merge pull request #347 from Deokishisu/GamV
Fill out VERSION_ enum with all possible values
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index f04f9b61b..4c71ed1f9 100644 --- a/src/main.c +++ b/src/main.c @@ -33,7 +33,7 @@ static void VCountIntr(void); static void SerialIntr(void); static void IntrDummy(void); -const u8 gGameVersion = VERSION_EMERALD; +const u8 gGameVersion = GAME_VERSION; const u8 gGameLanguage = GAME_LANGUAGE; // English |