summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2016-09-10 11:00:02 -0700
committerMarcus Huderle <huderlem@gmail.com>2016-09-10 11:00:02 -0700
commit3cb79cf078e82206796e1b834393ab771593de72 (patch)
tree3e27550ab45ce782db8f2e182819015ba3aef733 /include/global.h
parentf5d9daeca38728f67db92a175c37e5a3bc18cee3 (diff)
parent19bffecc4deb401aa51add3b95163b72686f40ee (diff)
Merge 'master' with 'origin/master'
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
};