From e362f3fd7085a19edca91a934c4628a1fcabe95d Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Fri, 26 Jul 2019 20:40:01 +0100 Subject: Label more bank 5 --- src/wram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wram.asm') 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 -- cgit v1.2.3