summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-17 19:48:04 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-17 20:17:30 -0500
commit3ed016f9e05356e941d89237ae9d7858d436ba35 (patch)
tree057c093f3bc0eb3785f2c9e5b164c3ef8e874b03 /docs
parent25a3960646548c40af70f9f59bed544f4ce8d472 (diff)
Auto-label more map scripts
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs_and_glitches.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index fe0a973dc..a3fbc769a 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -25,7 +25,7 @@
- [Love Ball boosts catch rate for the wrong gender](#love-ball-boosts-catch-rate-for-the-wrong-gender)
- [Fast Ball only boosts catch rate for three Pokémon](#fast-ball-only-boosts-catch-rate-for-three-pokémon)
- [Dragon Scale, not Dragon Fang, boosts Dragon-type moves](#dragon-scale-not-dragon-fang-boosts-dragon-type-moves)
-- [Daisy's massages don't always increase happiness](#daisys-massages-dont-always-increase-happiness)
+- [Daisy's grooming doesn't always increase happiness](#daisys-grooming-doesnt-always-increase-happiness)
- [Magikarp in Lake of Rage are shorter, not longer](#magikarp-in-lake-of-rage-are-shorter-not-longer)
- [Magikarp lengths can be miscalculated](#magikarp-lengths-can-be-miscalculated)
- [Battle transitions fail to account for the enemy's level](#battle-transitions-fail-to-account-for-the-enemys-level)
@@ -662,7 +662,7 @@ This is a bug with `ItemAttributes` in [items/item_attributes.asm](/items/item_a
**Fix:** Move `HELD_DRAGON_BOOST` to the `DRAGON FANG` attributes and `0` to `DRAGON SCALE`.
-## Daisy's massages don't always increase happiness
+## Daisy's grooming doesn't always increase happiness
This is a bug with `MassageOrHaircut` in [event/special.asm](/event/special.asm):