summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-08-18 22:03:18 -0700
committerYamaArashi <shadow962@live.com>2016-08-18 22:03:18 -0700
commit28f41f995d6e24ae5bd0d03d7220784d30c61b35 (patch)
treee6892d396d86752d8c0f588a1c770210f5c11108 /include/global.h
parentcca99e361f1af0fbdd997a3daba9a9bbdddd12a9 (diff)
make game version equal 1 for sapphire
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
};