summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-02-02 00:50:47 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-02-01 21:50:47 -0800
commitc22eb152ced1fe3bc8f9f0342a47d429bfa4c5a0 (patch)
treed57f4b1e1431454d781618a8f8af993f5a738d70 /constants
parent9813caaf5345ea28f8230d41461618673779c2fb (diff)
label, document, reorganize, and clean up battle_ai.c (#228)
label, document, reorganize, and clean up battle_ai.c
Diffstat (limited to 'constants')
-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