diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-03 11:16:49 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-03 11:16:49 +0100 |
commit | 17e8e93065f39dfaa9bdcf33adbd68ae2a9742bb (patch) | |
tree | 21950ad6a220b491f6b59049919b2f332f4de7bc /src/wram.asm | |
parent | 26dc60a52ecad63f9b37b1664c7aef099eaa291f (diff) |
Label Func_1433d
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 29b2421..12184e6 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1244,9 +1244,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 |