diff options
-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 |