ref: 00f28bb8f4ff81b51aaf7eab7ae413218bda7843
parent: feef75c5df98eb79f7ca26fca66d577932fd4a34
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Wed Dec 13 11:52:13 EST 2017
Consistent **Fix:** notation
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -993,7 +993,7 @@
; 1431e
```
-`GetSprite` modifies `b`. Surround it with `push bc`/`pop bc` to fix.
+**Fix:** Surround `call GetSprite` with `push bc`/`pop bc`.
## `ChooseWildEncounter` doesn't really validate the wild Pokémon species