summaryrefslogtreecommitdiff
path: root/engine/overworld/events.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/events.asm')
-rw-r--r--engine/overworld/events.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/events.asm b/engine/overworld/events.asm
index 822b9ebf9..2418ca900 100644
--- a/engine/overworld/events.asm
+++ b/engine/overworld/events.asm
@@ -900,7 +900,7 @@ CountStep:
; Increase the EXP of (both) DayCare Pokemon by 1.
farcall DayCareStep
- ; Every four steps, deal damage to all Poisoned Pokemon
+ ; Every 4 steps, deal damage to all poisoned Pokemon.
ld hl, wPoisonStepCount
ld a, [hl]
cp 4