diff options
author | YamaArashi <shadow962@live.com> | 2016-07-24 22:15:45 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-24 22:15:45 -0700 |
commit | 3acf71df203aa69503c3a460a9200a359010512d (patch) | |
tree | 6f26e69b9668c67fa921111a066f72e27a2fdefe /constants | |
parent | a1a9c88754b4dbb0cf24e7b16c81b12a0afc6762 (diff) |
in-game trade data
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/misc_constants.s b/constants/misc_constants.s index 2ff67345c..64f671e8f 100644 --- a/constants/misc_constants.s +++ b/constants/misc_constants.s @@ -28,3 +28,6 @@ .equiv DIR_NORTH, 2 .equiv DIR_WEST, 3 .equiv DIR_EAST, 4 + + .equiv MALE, 0 + .equiv FEMALE, 1 |