diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-24 09:37:48 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-24 09:37:48 +0100 |
commit | de8a982b60a535ec488762c39a81713d814e6b1a (patch) | |
tree | ef5d54212aad4e951e74187fae04d288f58adfea /src/wram.asm | |
parent | 13ce1941b291f74e3ebff3d72d373c7b4aae6c28 (diff) |
Disassemble and label more bank 5
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 00beec2..0cfbfc0 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1180,11 +1180,20 @@ wcda7:: ; cda7 ; pointer to a list of card IDs for sorting AI hand wcdae:: ; cdae + ds $2 + + ds $5 + +wTempLoadedMoveEnergyCost:: ; cdb5 ds $1 -wcdaf:: ; cdaf + +wTempLoadedMoveEnergyNeededType:: ; cdb6 + ds $1 + +wTempLoadedMoveEnergyNeededAmount:: ; cdb7 ds $1 - ds $e + ds $6 wcdbe:: ; cdbe ds $1 |