diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-26 20:40:01 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-26 20:40:01 +0100 |
commit | e362f3fd7085a19edca91a934c4628a1fcabe95d (patch) | |
tree | 34c68cdb4a3d25ccab56c51594aaa02887cd8e64 /src/wram.asm | |
parent | 4e0794019891b0cde0213dcaf3d3f552dd169282 (diff) |
Label more bank 5
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index ef5c90a..1215b3e 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1218,8 +1218,8 @@ wAIPlayerPrizeCount:: ; cdd2 wAIOpponentPrizeCount:: ; cdd3 ds $1 -; AI stores the energy type to look for here -wTempEnergyTypeToLook:: ; cdd4 +; AI stores the card ID to look for here +wTempCardIDToLook:: ; cdd4 ds $1 ds $6 |