summaryrefslogtreecommitdiff
path: root/include/battle_ai.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2018-01-14 14:04:11 -0600
committerGitHub <noreply@github.com>2018-01-14 14:04:11 -0600
commit408c6ceddcc54a3aa45cdbb2923dc443d2e6297f (patch)
tree13fe61afef2608d6c9a595eb68396d62606f0b6a /include/battle_ai.h
parent3e2f01c1eab4414f1c09844d19ae42535b8c4c4b (diff)
parenta5403f03dd49711f8c2f719e8bfa8a83f427563c (diff)
Merge pull request #526 from ProjectRevoTPP/contest_ai
decompile contest_ai.c
Diffstat (limited to 'include/battle_ai.h')
-rw-r--r--include/battle_ai.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/battle_ai.h b/include/battle_ai.h
index c22ca8633..fdad0c7e9 100644
--- a/include/battle_ai.h
+++ b/include/battle_ai.h
@@ -10,10 +10,10 @@ enum
// AI states
enum
{
- AIState_SettingUp,
- AIState_Processing,
- AIState_FinishedProcessing,
- AIState_DoNotProcess
+ BATTLEAI_SETTING_UP,
+ BATTLEAI_PROCESSING,
+ BATTLEAI_FINISHED,
+ BATTLEAI_DO_NOT_PROCESS
};
// battle_ai