diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-29 21:03:59 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:24:59 +0100 |
commit | db61293ce6344e03da2676df3d000101eda187f2 (patch) | |
tree | 7de7b94396899d988b98bbbc11a43c583283a8e0 /src/wram.asm | |
parent | 18ddc4a504514d310c6e9b8fa81b4eb67b4d6faf (diff) |
Label wAIScore
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 1f251e9..51ecef3 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1203,7 +1203,8 @@ wTempLoadedMoveEnergyNeededAmount:: ; cdb7 ds $6 -wcdbe:: ; cdbe +; used for AI to score decisions for actions +wAIScore:: ; cdbe ds $1 ds $10 @@ -1246,7 +1247,7 @@ wcdf1:: ; cdf1 wcdf2:: ; cdf2 ds $1 -; used to temporarily store the evolution card +; used to temporarily store the evolution card deck index ; while AI is deciding whether to evolve Pokémon wTempEvolutionCard:: ; cdf3 ds $1 |