summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-07-26 17:50:10 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-08-07 23:24:59 +0100
commitba85c934d954d044f0a12f7cbf4fe5044c35c295 (patch)
tree591d778ee98aa21253390df1ef32a5b4b7a55aa7 /src/wram.asm
parentab7d9f17cc75f13c98128589d15513c75e2d22ed (diff)
Label bank 5
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 0557a47..7d18bee 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1226,7 +1226,11 @@ wAIPlayerPrizeCount:: ; cdd2
wAIOpponentPrizeCount:: ; cdd3
ds $1
- ds $7
+; AI stores the energy type to look for here
+wTempEnergyTypeToLook:: ; cdd4
+ ds $1
+
+ ds $6
wcddb:: ; cddb
ds $1