summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-19 01:03:04 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2016-08-19 01:03:04 -0400
commit962e1a9c23fcfcda44d29385e798ea21138a480a (patch)
tree27c89a06f30a586a36f256fc80c18e9bd43fd99c /include/global.h
parent1765f2d59b29b63fd9d56c81fe4751338aa51df2 (diff)
parent28f41f995d6e24ae5bd0d03d7220784d30c61b35 (diff)
Merge remote-tracking branch '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
};