diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index 7015d96..42e008d 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1227,6 +1227,8 @@ wTempCardType:: ; cdba wAIScore:: ; cdbe ds $1 +; used for AI decisions that involve +; each card in the Play Area. wPlayAreaAIScore:: ; cdbf ds MAX_PLAY_AREA_POKEMON @@ -1282,6 +1284,8 @@ wcddb:: ; cddb wcddc:: ; cddc ds $1 +; used to compliment wPlayAreaAIScore, +; to temporarily do calculations and store results. wTempPlayAreaAIScore:: ; cddd ds MAX_PLAY_AREA_POKEMON |