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 7510360..ef5c90a 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1218,7 +1218,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