summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 2f47e7ed0..8aba50d74 100644
--- a/include/global.h
+++ b/include/global.h
@@ -18,6 +18,12 @@ extern u8 gStringVar3[];
enum
{
+ VERSION_SAPPHIRE = 1,
+ VERSION_RUBY = 2,
+};
+
+enum
+{
MALE,
FEMALE
};