diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-03-08 01:05:18 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-03-08 01:05:18 -0400 |
commit | d399c356e5112ed1a17360351b27e192275017c3 (patch) | |
tree | c670bd950829291d9ec6d845ab4aae123cd02d7c | |
parent | 888c6775effbce061a1c23282501fe7fdb6687f1 (diff) |
Small improvement to the grammar.
-rw-r--r-- | Don't-lose-HP-from-poisoning-in-the-overworld.md (renamed from Don't-receive-damage-from-poisoning-in-the-overworld.md) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Don't-receive-damage-from-poisoning-in-the-overworld.md b/Don't-lose-HP-from-poisoning-in-the-overworld.md index d325933..4cf8071 100644 --- a/Don't-receive-damage-from-poisoning-in-the-overworld.md +++ b/Don't-lose-HP-from-poisoning-in-the-overworld.md @@ -45,6 +45,6 @@ In the same file: -.skip_poison farcall DoBikeStep ``` -Since wPoisonStepCounter has stopped counting our steps, we no longer need to check how many steps we've taken to determine whether to receive poison damage or not. +Since wPoisonStepCounter has stopped counting our steps, we no longer need to check how many steps we've taken to determine whether to take poison damage or not. -And that's it! Our Pokémon will no longer receive poison damage while walking in the overworld. Optionally, you can safely delete [engine/events/poisonstep.asm](https://github.com/pret/pokecrystal/blob/master/engine/events/poisonstep.asm), since this is the only instance where DoPoisonStep was called.
\ No newline at end of file +And that's it! Our Pokémon will no longer lose HP damage while walking in the overworld. Optionally, you can safely delete [engine/events/poisonstep.asm](https://github.com/pret/pokecrystal/blob/master/engine/events/poisonstep.asm), since this is the only instance where DoPoisonStep was called.
\ No newline at end of file |