diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-26 17:50:10 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:24:59 +0100 |
commit | ba85c934d954d044f0a12f7cbf4fe5044c35c295 (patch) | |
tree | 591d778ee98aa21253390df1ef32a5b4b7a55aa7 /src/wram.asm | |
parent | ab7d9f17cc75f13c98128589d15513c75e2d22ed (diff) |
Label bank 5
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
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 |