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/engine/home.asm | |
parent | ee139f3840b69878ca57acb2a2ecbd72a4375fc8 (diff) |
Disassemble AI Pkmn Power routines
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 338dbb0..c56e0c6 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -3419,6 +3419,7 @@ CreateArenaOrBenchEnergyCardList: ; 120a (0:120a) ; fill wDuelTempList with the turn holder's hand cards (their 0-59 deck indexes) ; return carry if the turn holder has no cards in hand +; and outputs in a number of cards. CreateHandCardList: ; 123b (0:123b) call FindLastCardInHand inc b |