diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 12184e6..b72d83d 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1199,7 +1199,10 @@ wTempLoadedMoveEnergyNeededAmount:: ; cdb7 wAIScore:: ; cdbe ds $1 - ds $10 +wcdbf:: ; cdbf + ds MAX_PLAY_AREA_POKEMON + + ds $0a ; information about the defending Pokémon and ; the prize card count on both sides for AI: @@ -1223,7 +1226,10 @@ wAIOpponentPrizeCount:: ; cdd3 wTempCardIDToLook:: ; cdd4 ds $1 - ds $6 + ds $5 + +wcdda:: ; cdda + ds $1 wcddb:: ; cddb ds $1 |