diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-21 00:15:23 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-21 00:15:23 +0000 |
commit | d40f695685a4959d4a675fde979673ded88dfd5b (patch) | |
tree | 1466e8545efd85399389013374cba29c8930f6bc /src | |
parent | a62f58fa011cd84a89e7475df06ac6788f9b17dc (diff) |
Update DetermineAIScoreOfMoveEnergyRequirement bug description
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank05.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/bank05.asm b/src/engine/bank05.asm index 2b59c96..0de163d 100644 --- a/src/engine/bank05.asm +++ b/src/engine/bank05.asm @@ -4437,8 +4437,8 @@ DetermineAIScoreOfMoveEnergyRequirement: ; 16695 (5:6695) ; this is an identical check as above to test whether this card is active. ; in case it is active, the score gets added 10 more points, ; in addition to the 20 points already added above. -; what was probably intended was to add 20 points in case this card -; is active and only 10 in case it is benched. +; what was probably intended was to add 20 points +; plus 10 in case it is the Arena card. ldh a, [hTempPlayAreaLocation_ff9d] or a jr nz, .check_evolution |