diff options
-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 |