summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
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