diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-03 11:16:49 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:24:59 +0100 |
commit | 183050fc1ee5f47cd1df236d7fd72aa72110f9ea (patch) | |
tree | ee0954a99a15c10651ed4e2f436c1da78509faa1 /src/wram.asm | |
parent | 7321359d7961707ba58038288cd2fe1e8303af7f (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 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 |