From 3f3f956859234211a090cbe5dae09e59143609d7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 22 May 2020 13:41:35 -0400 Subject: Distribute rom2.o --- include/global.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index b872b96c..8d5a3e78 100644 --- a/include/global.h +++ b/include/global.h @@ -4,6 +4,20 @@ #include "function_target.h" #include "nitro.h" +enum GameVersion { + VERSION_SAPPHIRE = 1, + VERSION_RUBY = 2, + VERSION_EMERALD = 3, + VERSION_FIRE_RED = 4, + VERSION_LEAF_GREEN = 5, + VERSION_DIAMOND = 10, +}; + +enum GameLanguage { + LANGUAGE_JAPANESE = 1, + LANGUAGE_ENGLISH = 2, +}; + extern void ErrorHandling(void); #endif //GUARD_GLOBAL_H -- cgit v1.2.3