summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-08-04 12:05:46 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-08-07 23:24:59 +0100
commit3ba49b539da761e0efecb0e1f3c318be7fa8aac9 (patch)
tree484dd3ffb34aaed3f8007ca367a253ec3f92de81 /src/wram.asm
parent183050fc1ee5f47cd1df236d7fd72aa72110f9ea (diff)
Disassemble functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index f6fe530..b7f8579 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1207,7 +1207,10 @@ wTempLoadedMoveEnergyNeededAmount:: ; cdb7
wAIScore:: ; cdbe
ds $1
- ds $10
+wcdbf:: ; cdbf
+ ds MAX_PLAY_AREA_POKEMON
+
+ ds $0a
; information about the defending Pokémon and
; the prize card count on both sides for AI:
@@ -1231,7 +1234,10 @@ wAIOpponentPrizeCount:: ; cdd3
wTempCardIDToLook:: ; cdd4
ds $1
- ds $6
+ ds $5
+
+wcdda:: ; cdda
+ ds $1
wcddb:: ; cddb
ds $1