diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-29 16:43:44 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-29 16:43:44 +0100 |
commit | d53e2db59a1562abf1b198602123672becfccda8 (patch) | |
tree | fecd6b5c4e3b333a7f5ca1fe076ce49dfbb9c57f /src/wram.asm | |
parent | ee139f3840b69878ca57acb2a2ecbd72a4375fc8 (diff) |
Disassemble AI Pkmn Power routines
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index 9c20732..c4536f6 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1383,6 +1383,9 @@ wAIVenusaur2PlayAreaLocation:: ; ce05 wce06:: ; ce06 ; number of cards to be transferred by AI using Energy Trans. wAINumberOfEnergyTransCards:: +; used for storing weakness of Player's Arena card +; in AI routine dealing with Shift Pkmn Power. +wAIDefendingPokemonWeakness:: ds $1 wce07:: ; ce07 |