diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 23:07:35 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 23:07:35 -0500 |
commit | cd88196b7fab887c41c73c448da05add9b036b79 (patch) | |
tree | 297be833265b586cdaeace1d6065b402bc3ff030 | |
parent | 138abd097d431bcb657b7842623ea6f36b8f287c (diff) |
Missing close parenthesis
-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 6f27f6087..287b0324c 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -259,7 +259,7 @@ Text_StringBuffer2ExpPoints:: ## NPC use of Full Heal or Full Restore does not cure Nightmare status -([Video](https://www.youtube.com/watch?v=rGqu3d3pdok&t=322) +([Video](https://www.youtube.com/watch?v=rGqu3d3pdok&t=322)) This is a bug with `AI_HealStatus` in [battle/ai/items.asm](battle/ai/items.asm): |