diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:37:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:37:41 -0400 |
commit | 9cfdc8b7e8cba38bc530b16993f628c92f69c025 (patch) | |
tree | d37bef6a048f87491011addb679cb75ef0d8c74a /include/global.h | |
parent | 1b499670bd8a428f9b0d5506c334aa88bf4272a3 (diff) | |
parent | 63210c07897e86953bf093397eee5a33e95b8c91 (diff) |
Merge branch 'master' into heal_location
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 8860b4ae3..2e3a106eb 100644 --- a/include/global.h +++ b/include/global.h @@ -41,6 +41,8 @@ enum VERSION_SAPPHIRE = 1, VERSION_RUBY = 2, VERSION_EMERALD = 3, + VERSION_FIRE_RED = 4, + VERSION_LEAF_GREEN = 5, }; enum LanguageId { |