summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-05-01 17:28:57 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-05-02 09:11:26 +0100
commit17b8a2fdc29ff221b18533f06966b02ad0883fb2 (patch)
tree9a25d9222902788fe9b3c6d94029a3b6c56aa384 /src/constants
parent8c1acff885f6c0292a50efecb966f52732836cb9 (diff)
Document AI Anti Mill strategy
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/duel_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm
index 9cdc73b..47ca1ad 100644
--- a/src/constants/duel_constants.asm
+++ b/src/constants/duel_constants.asm
@@ -263,3 +263,8 @@ AI_ENERGY_FLAG_SKIP_ARENA_CARD EQU 1 << 7 ; whether to include Arena card in det
const AI_TRAINER_CARD_PHASE_13 ; $d
const AI_TRAINER_CARD_PHASE_14 ; $e
const AI_TRAINER_CARD_PHASE_15 ; $f
+
+; used by wAIBarrierFlagCounter to determine
+; whether Player is running Mewtwo1 mill deck.
+; flag set means true, flag not set means false.
+AI_FLAG_MEWTWO_MILL EQU 1 << 7