diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index 4404c00..c5cdd18 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1298,6 +1298,8 @@ wcdf0:: ; cdf0 ; 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 ds $1 ; used for AI to store whether this card can use any attack |