diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 01:03:04 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-08-19 01:03:04 -0400 |
commit | 962e1a9c23fcfcda44d29385e798ea21138a480a (patch) | |
tree | 27c89a06f30a586a36f256fc80c18e9bd43fd99c /include/global.h | |
parent | 1765f2d59b29b63fd9d56c81fe4751338aa51df2 (diff) | |
parent | 28f41f995d6e24ae5bd0d03d7220784d30c61b35 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
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 }; |