Skip to content

Commit

Permalink
asm: remove skip from mimic routine
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmoore753 committed Dec 28, 2024
1 parent 247cd0a commit 4548280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/battle/ai/scoring.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1300,14 +1300,14 @@ AI_Smart_Mimic:
cp EFFECTIVE
pop hl
jr c, .discourage
jr z, .skip_encourage
jr z, .encourage

call AI_50_50
jr c, .skip_encourage
jr c, .encourage

dec [hl]

.skip_encourage
.encourage
ld a, [wLastPlayerCounterMove]
push hl
ld hl, UsefulMoves
Expand Down

0 comments on commit 4548280

Please sign in to comment.