diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-04-04 23:44:24 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-04 23:44:24 +0200 |
commit | 38107209a6ad431b399cc36405c0af8b5babf5ef (patch) | |
tree | d37290e6d17251b308951daaa7eb83749be750df /docs/bugs_and_glitches.md | |
parent | d3cc861d334c8b773c1b6c662ed9924c43cef009 (diff) |
Update docs and comments to reflect renames
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index c24876873..2c7f83e25 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -713,7 +713,7 @@ This is a bug with `ItemAttributes` in [data/items/attributes.asm](/data/items/a ## Daisy's grooming doesn't always increase happiness -This is a bug with `HaircutOrGrooming` in [engine/events/specials_2.asm](/engine/events/specials_2.asm): +This is a bug with `HaircutOrGrooming` in [engine/events/haircut.asm](/engine/events/haircut.asm): ```asm ; Bug: Subtracting $ff from $ff fails to set c. |