diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-13 16:52:13 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-13 16:52:13 -0500 |
commit | 00f28bb8f4ff81b51aaf7eab7ae413218bda7843 (patch) | |
tree | 57a17b914f5c40873c8428874bf228d060be53e0 | |
parent | feef75c5df98eb79f7ca26fca66d577932fd4a34 (diff) |
Consistent **Fix:** notation
-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 c682244e3..4ee231d35 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -993,7 +993,7 @@ LoadSpriteGFX: ; 14306 ; 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 |