summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSierra A <6080951+Sierraffinity@users.noreply.github.com>2020-12-12 22:42:02 -0800
committerGitHub <noreply@github.com>2020-12-12 22:42:02 -0800
commitf24307346f1d8f0540aefc84db7463bfaa85e3ee (patch)
tree32fe4fbfddb50d3804d01c26af8f3b9afc2783f8 /docs
parent56ec5c65a89a3f13fa30ec5fca055346c9470ee4 (diff)
Update bugs_and_glitches.md
Diffstat (limited to 'docs')
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index d5531caf2..670950c1c 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -98,7 +98,7 @@ Then edit `BagMenu_MoveCursorCallback` in [src/item_menu.c](https://github.com/p
## Pokémon that have an affine transform as part of their entry animation glitch when going in and out of Poké Balls without a screen transition in between
-**Fix:** Edit sub_817F77C in [src/pokemon_animation.c](https://github.com/pret/pokeemerald/blob/master/src/pokemon_animation.c#L1028) and remove the ifdef/endif lines:
+**Fix:** Edit `sub_817F77C` in [src/pokemon_animation.c](https://github.com/pret/pokeemerald/blob/master/src/pokemon_animation.c#L1028) and remove the ifdef/endif lines:
```diff
...