summaryrefslogtreecommitdiff
path: root/engine/stats_screen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-xengine/stats_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm
index 9f632f388..23d1d2d62 100755
--- a/engine/stats_screen.asm
+++ b/engine/stats_screen.asm
@@ -1157,7 +1157,7 @@ CheckFaintedFrzSlp: ; 4e53f
ld hl, MON_STATUS
add hl, bc
ld a, [hl]
- and (1 << FRZ) | SLP
+ and 1 << FRZ | SLP
jr nz, .fainted_frz_slp
and a
ret