diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 12:03:31 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 12:03:31 -0500 |
commit | 6c405e38598309bd090bb325a45f135e08b47a6f (patch) | |
tree | 5d228260664a2b82fd69e544b6634019038afff5 /docs | |
parent | 885080f21354f17ba7a45628a7c262d54dc346b9 (diff) |
Keep specials files together
Diffstat (limited to 'docs')
-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 792c08888..382848fb9 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -711,7 +711,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/special.asm](/engine/events/special.asm): +This is a bug with `HaircutOrGrooming` in [engine/events/specials_2.asm](/engine/events/specials_2.asm): ```asm ; Bug: Subtracting $ff from $ff fails to set c. |