diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-09-20 18:33:56 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-09-20 18:33:56 +0200 |
commit | 44cc025c1e122646d478edc6d73d79dbbeb59da9 (patch) | |
tree | b13b9b6558c6df2b4210dedae1096d9d09111408 /src/wram.asm | |
parent | 602a9a97bce5ab51abcac33e5e464923f0d47279 (diff) |
Disassemble practice duel code
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 ca314b7..daee579 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -651,6 +651,8 @@ wCurPlayAreaY:: ; cbca ; Y position to display the attached energies, HP bar, and Pluspower/Defender icons ; obviously different for player and opponent side. used by DrawDuelHUD. wHUDEnergyAndHPBarsY:: ; cbca + +wcbca:: ; cbca ds $1 ; selected bench slot (1-5, that is, a PLAY_AREA_BENCH_* constant) @@ -797,6 +799,7 @@ wcbff:: ; cbff wcc00:: ; cc00 ds $1 +wcc01:: ; cc01 ds $2 ; used to print a Pokemon card's length in feet and inches |