diff options
author | garak <garakmon@gmail.com> | 2018-10-16 14:31:45 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-16 14:31:45 -0400 |
commit | 0051947414df4656826a5ba0b252fdbb5fb0e065 (patch) | |
tree | 4ac69544094baaa620b1e8556ddf79715db4fde3 /src/main.c | |
parent | 72f9afcbf4a81909019f21acad0484b72ed217f6 (diff) | |
parent | ed1bb3030bae8b0d00a1fbb68ebd50f6376938ac (diff) |
Merge remote-tracking branch 'upstream/master' into event-flags
Diffstat (limited to 'src/main.c')
-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 |