Correct wrong and misleading comments about enemy trainer AI (#1149)

This commit is contained in:
Hannabart Pekopon
2024-12-26 05:59:18 -08:00
committed by GitHub
parent 61c9ba5f6c
commit 3f686e67da
6 changed files with 9 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ AI_Basic:
and a
jr nz, .discourage
; Dismiss Safeguard if it's already active.
; Dismiss status moves if the player is Safeguarded.
ld a, [wPlayerScreens]
bit SCREENS_SAFEGUARD, a
jr z, .checkmove