summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-15 09:45:08 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-15 09:45:08 -0400
commit9ebfeb78bd97f4c040544acd78e05d7b44ad9ac8 (patch)
treeef75d8a157097528b81ed95a9805b71af2b1222e
parent09b90247ee4f18c5746bbc54e6a5a75dfd9a1ed3 (diff)
parent4a7c1d888a9f90b9102f469aab12beeab89ffff6 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system
-rw-r--r--include/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 70d76ca53..4577f1b60 100644
--- a/include/config.h
+++ b/include/config.h
@@ -16,10 +16,8 @@
// Define the game version for use elsewhere
#if defined(FIRERED)
#define GAME_VERSION VERSION_FIRE_RED
-#elif defined(LEAFGREEN)
+#else // Default version seems to be LeafGreen
#define GAME_VERSION VERSION_LEAF_GREEN
-#else
-#error unknown version
#endif
// rev1 renamed the source folder for reasons