diff options
-rw-r--r-- | bugs_and_glitches.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bugs_and_glitches.md b/bugs_and_glitches.md index f67af2e..96e3c40 100644 --- a/bugs_and_glitches.md +++ b/bugs_and_glitches.md @@ -34,8 +34,8 @@ When the AI is scoring each Play Area Pokémon card to attach an Energy card, it ```diff DetermineAIScoreOfAttackEnergyRequirement: ; 16695 (5:6695) ... --; if the move KOs player and this is the active card, add to AI score. -+; if the move KOs player add to AI score. +-; if the attack KOs player and this is the active card, add to AI score. ++; if the attack KOs player add to AI score. - ldh a, [hTempPlayAreaLocation_ff9d] - or a - jr nz, .check_evolution |