summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-07-24 22:15:45 -0700
committerYamaArashi <shadow962@live.com>2016-07-24 22:15:45 -0700
commit3acf71df203aa69503c3a460a9200a359010512d (patch)
tree6f26e69b9668c67fa921111a066f72e27a2fdefe /constants
parenta1a9c88754b4dbb0cf24e7b16c81b12a0afc6762 (diff)
in-game trade data
Diffstat (limited to 'constants')
-rw-r--r--constants/misc_constants.s3
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