summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-24 15:14:47 +0100
committerred031000 <rubenru09@aol.com>2020-05-24 15:14:47 +0100
commitc29ab952787c437b15a70a88dbb07f309a877574 (patch)
treee49187e81c3ad40578eea0cc54ceb1ec8a6d81ff /include/global.h
parent77ebfad667ae038119b4413b87c99d0497f2d522 (diff)
parent8cfbe69596f9d3079d0098f30ea58debd5487271 (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h14
1 files changed, 14 insertions, 0 deletions
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