From 00f28bb8f4ff81b51aaf7eab7ae413218bda7843 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Wed, 13 Dec 2017 16:52:13 -0500 Subject: [PATCH] Consistent **Fix:** notation --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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