diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 21:55:57 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 21:55:57 -0500 |
commit | dae16acd6f4e2e2c177e3776be6ed549af070c4f (patch) | |
tree | 2577502f3ccc185e772ef121ba52fa3fddfd95c2 /docs/bugs_and_glitches.md | |
parent | 2a565f747ccb8099f4057548a6d598d538e6b991 (diff) |
event/ → events/, and move some appropriate engine/ files there
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 9275c6572..6e346f60d 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -678,7 +678,7 @@ This is a bug with `ItemAttributes` in [items/item_attributes.asm](/items/item_a ## Daisy's grooming doesn't always increase happiness -This is a bug with `MassageOrHaircut` in [event/special.asm](/event/special.asm): +This is a bug with `MassageOrHaircut` in [events/special.asm](/events/special.asm): ```asm ; Bug: Subtracting $ff from $ff fails to set c. @@ -753,7 +753,7 @@ This is a bug with `LoadEnemyMon.CheckMagikarpArea` in [engine/battle/core.asm]( ## Magikarp lengths can be miscalculated -This is a bug with `CalcMagikarpLength.BCLessThanDE` in [event/magikarp.asm](/event/magikarp.asm): +This is a bug with `CalcMagikarpLength.BCLessThanDE` in [events/magikarp.asm](/events/magikarp.asm): ```asm .BCLessThanDE: ; fbc9a @@ -1348,7 +1348,7 @@ In [engine/events.asm](/engine/events.asm): ## `Special_CheckBugContestContestantFlag` can read beyond its data table -In [event/bug_contest_2.asm](/event/bug_contest_2.asm): +In [events/bug_contest/contest_2.asm](/events/bug_contest/contest_2.asm): ```asm Special_CheckBugContestContestantFlag: ; 139ed |