diff options
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 |