From c22eb152ced1fe3bc8f9f0342a47d429bfa4c5a0 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 2 Feb 2017 00:50:47 -0500 Subject: label, document, reorganize, and clean up battle_ai.c (#228) label, document, reorganize, and clean up battle_ai.c --- constants/misc_constants.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3