diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:20:06 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-09 12:32:51 +0100 |
commit | e1f303a32ab71ae5710ea5ad57b95cd357bf7796 (patch) | |
tree | 0fe6627a59d0e5b8389a607a3c5188c52c11a0a2 /src/wram.asm | |
parent | 8787f87a970e6fb69f0291585440ae86bbaf65d0 (diff) |
Disassemble Func_164e8
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 63df6dc..0ef674e 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1190,7 +1190,14 @@ wcda7:: ; cda7 wcdae:: ; cdae ds $2 - ds $5 + ds $2 + +wcdb2:: ; cdb2 + ds $1 +wcdb3:: ; cdb3 + ds $1 + + ds $1 ; information about various properties of ; loaded move for AI calculations @@ -1271,7 +1278,16 @@ wcddb:: ; cddb wcddc:: ; cddc ds $1 - ds $14 +wcddd:: ; cddd + ds MAX_PLAY_AREA_POKEMON + +wcde3:: ; cde3 + ds $1 + +wcde4:: ; cde4 + ds MAX_PLAY_AREA_POKEMON + + ds $7 ; a PLAY_AREA_* constant (0: arena card, 1-5: bench card) ; used by the AI to temporarily store card location @@ -1296,7 +1312,12 @@ wTempAIPokemonCard:: ; cdf3 wCurCardCanKO:: ; cdf4 ds $1 - ds $b + ds $4 + +wcdf9:: ; cdf9 + ds $1 + + ds $6 wce00:: ; ce00 ds $1 |