summaryrefslogtreecommitdiff
path: root/constants/misc_constants.inc
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-03-22 18:34:29 -0400
committeryenatch <yenatch@gmail.com>2017-03-22 18:34:29 -0400
commit7acbfe40778bfbd03b0e2d357efef9ee9b0a34e9 (patch)
tree90c0b95146f3d768b536658eac6a63ff9adcaaec /constants/misc_constants.inc
parentc0a27d5455014bfe54f7ea73e8a38ce0ed8da6da (diff)
parente3c26e52ae6ab881ade913ca1fad2cd9629bbcb1 (diff)
Merge remote-tracking branch 'origin/master'
Conflicts: Makefile
Diffstat (limited to 'constants/misc_constants.inc')
-rw-r--r--constants/misc_constants.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc
index dcb3ab287..438fed6b6 100644
--- a/constants/misc_constants.inc
+++ b/constants/misc_constants.inc
@@ -33,3 +33,13 @@
.equiv FEMALE, 1
.equiv GAME_LANGUAGE, 2
+
+ .equiv ENEMY_TYPE1, 0
+ .equiv ENEMY_TYPE2, 1
+ .equiv PLAYER_TYPE1, 2
+ .equiv PLAYER_TYPE2, 3
+ .equiv CURRENT_MOVE, 4
+
+ .equiv LESS_THAN, 0
+ .equiv GREATER_THAN, 1
+ .equiv EQUAL, 2