diff options
author | dannye <33dannye@gmail.com> | 2018-07-01 15:08:40 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2018-07-01 15:08:40 -0500 |
commit | 95bf272278db81b661942f05916ae5c00d71d207 (patch) | |
tree | 037158ef6fe98805a1bff6cfcc30f0997e5e3dac /src/wram.asm | |
parent | bc58c184d9fe2d51c239c0cdbecfef38e8bc54b5 (diff) |
Disassemble AI Action routines
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 835c29a..0aec374 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -654,7 +654,7 @@ wSortCardListByID:: ; cbdf wcbe0:: ; cbe0 ds $1 -wcbe1:: ; cbe1 +wAITurnEnded:: ; cbe1 ds $1 wcbe2:: ; cbe2 @@ -1172,10 +1172,15 @@ wce71:: ; ce71 ds $a ; used in CountPokemonIDInPlayArea -wTempPokemonID_ce7e:: ; ce7c +wTempPokemonID_ce7c:: ; ce7c ds $1 - ds $24 + ds $1 + +wce7e:: ; ce7e + ds $1 + + ds $22 wcea1:: ; cea1 ds $1 |