aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/poison.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/poison.asm')
-rw-r--r--engine/events/poison.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/poison.asm b/engine/events/poison.asm
index 752899f7..5a7bed7c 100644
--- a/engine/events/poison.asm
+++ b/engine/events/poison.asm
@@ -1,7 +1,7 @@
ApplyOutOfBattlePoisonDamage:
ld a, [wStatusFlags5]
assert BIT_SCRIPTED_MOVEMENT_STATE == 7
- add a ; overflows bit 7 into carry flag
+ add a ; overflows scripted movement state bit into carry flag
jp c, .noBlackOut ; no black out if joypad states are being simulated
ld a, [wPartyCount]
and a