diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-07 22:14:04 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-07 22:14:04 +0100 |
commit | 97d0be88e7be848bd64e128e0a4dedb7381895f1 (patch) | |
tree | d170fbab8113ae1e787424821de92ecd486086bb /src/wram.asm | |
parent | 5cb56b12a42ca4db426941fa25421429e620019d (diff) |
Work on In Play Area menu
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 79266e9..79ea9ed 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1303,7 +1303,13 @@ wDuelInitialPrizesUpperBitsSet:: ; ce55 wce59:: ; ce59 ds $1 - ds $4 + ds $3 + +; stores whether there are Pokemon in play area +; player arena Pokemon sets bit 0 +; opponent arena Pokemon sets bit 1 +wArenaCardsInPlayArea:: ; ce5e + ds $1 wce5e:: ; ce5e ds $1 |