summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 00d8bb4..f6fe530 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1252,9 +1252,10 @@ wCurCardPlayAreaLocation:: ; cdf1
wCurCardCanAttack:: ; cdf2
ds $1
-; used to temporarily store the evolution card deck index
+; used to temporarily store the card deck index
; while AI is deciding whether to evolve Pokémon
-wTempEvolutionCard:: ; cdf3
+; or deciding whether to play Pokémon card from hand
+wTempAIPokemonCard:: ; cdf3
ds $1
; used for AI to store whether this card can KO defending Pokémon