mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix AI_Smart_Rage comment (#988)
This commit is contained in:
parent
7ef31d9889
commit
bc4fec0694
@ -1269,7 +1269,7 @@ AI_Smart_Rage:
|
||||
call AICheckEnemyHalfHP
|
||||
jr nc, .discourage
|
||||
|
||||
; 50% chance to encourage this move otherwise.
|
||||
; 20% chance to encourage this move otherwise.
|
||||
call AI_80_20
|
||||
ret nc
|
||||
dec [hl]
|
||||
|
Loading…
Reference in New Issue
Block a user