diff options
-rw-r--r-- | docs/bugs_and_glitches.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 ``` |