diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 21:29:53 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 21:29:53 -0500 |
commit | c85587d973df6565f2863493acb9f9af88518662 (patch) | |
tree | 235de66993c678b326694a9b9e5a380f1abaccd8 /docs/bugs.md | |
parent | 7748b20c271d1802afce53ad6dc87d5d0e1c14b8 (diff) |
Remove unused constant
Fix typo
Diffstat (limited to 'docs/bugs.md')
-rw-r--r-- | docs/bugs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs.md b/docs/bugs.md index 06626d7db..cf92bbba2 100644 --- a/docs/bugs.md +++ b/docs/bugs.md @@ -307,7 +307,7 @@ This is a bug with `PokeBall` in [items/item_effects.asm](items/item_effects.asm `sBoxMon1Happiness` is written *before* the Friend Ball Pokémon is deposited. -## Dragon Scale. not Dragon Fang, boosts Dragon-type moves +## Dragon Scale, not Dragon Fang, boosts Dragon-type moves This is a bug with `ItemAttributes` in [items/item_attributes.asm](items/item_attributes.asm): |