diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 22:58:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 22:58:20 -0500 |
commit | 10eb426e40f48df3ae9b40e3ea3aa7e92f890090 (patch) | |
tree | cb15040e5a5ee30aa4d93e66b08fb6512de0f0ee /battle/ai/scoring.asm | |
parent | c85587d973df6565f2863493acb9f9af88518662 (diff) |
Document more bugs
Diffstat (limited to 'battle/ai/scoring.asm')
-rw-r--r-- | battle/ai/scoring.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/battle/ai/scoring.asm b/battle/ai/scoring.asm index 400cd0cb4..4e462656c 100644 --- a/battle/ai/scoring.asm +++ b/battle/ai/scoring.asm @@ -1876,7 +1876,8 @@ AI_Smart_MeanLook: ; 38dfb pop hl jp z, AIDiscourageMove -; 80% chance to greatly encourage this move if the enemy is badly poisoned (weird). +; 80% chance to greatly encourage this move if the enemy is badly poisoned (buggy). +; Should check PlayerSubStatus5 instead. ld a, [EnemySubStatus5] bit SUBSTATUS_TOXIC, a jr nz, .asm_38e26 |