Fix small typo in one_hit_ko.asm

This commit is contained in:
RazFerroo
2026-05-18 20:35:45 +00:00
committed by GitHub
parent 3c814341c8
commit 2b2313407e

View File

@@ -13,7 +13,7 @@ OneHitKOEffect_:
ld hl, wEnemyMonSpeed + 1
ld de, wBattleMonSpeed + 1
.compareSpeed
; set damage to 65535 and OHKO flag is the user's current speed is higher than the target's
; set damage to 65535 and OHKO flag if the user's current speed is higher than the target's
ld a, [de]
dec de
ld b, a