diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-11 23:49:28 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-11 23:49:28 +0100 |
commit | 8d40c59f4a63163e0057731f6e8c7244d9ecdb82 (patch) | |
tree | 211c2a30ad3786e5d1a765d74036f41968812065 /src/wram.asm | |
parent | 6cc0384220283a0c7be627fc76dccc7f5320ac70 (diff) |
Work on DetermineAIScoreOfMoveEnergyRequirement
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/wram.asm b/src/wram.asm index ef395e6..36ec201 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1227,7 +1227,7 @@ wTempCardType:: ; cdba wAIScore:: ; cdbe ds $1 -wBenchAIScore:: ; cdbf +wPlayAreaAIScore:: ; cdbf ds MAX_PLAY_AREA_POKEMON ds $0a @@ -1297,11 +1297,8 @@ wcdea:: ; cdea wcdf0:: ; cdf0 ds $1 -; a PLAY_AREA_* constant (0: arena card, 1-5: bench card) -; used by the AI to temporarily store card location -wCurCardPlayAreaLocation:: ; cdf1 -; used by AI to store damage of move being considered -wCurMoveDamage:: ; cdf1 +; used by AI to store variable information +wTempAI:: ; cdf1 ds $1 ; used for AI to store whether this card can use any attack |