From 9c6657ec7c30820b2e536962ce891ebe6e570664 Mon Sep 17 00:00:00 2001 From: Travis McGeehan Date: Wed, 23 Jan 2019 13:27:22 -0500 Subject: tweak diff --- docs/bugs_and_glitches.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index db564bda..5cda97f9 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -25,8 +25,9 @@ The bug also exists in pokegold and pokecrystal. **Fix:** Update [engine/menu/options.asm](/engine/menu/options.asm) ```diff - DisplayOptionMenu_: - + call JoypadLowSensitivity + DisplayOptionMenu_: ++ ++ call JoypadLowSensitivity call InitOptions ``` -- cgit v1.3.1-sl0p