diff options
author | Travis McGeehan <tmcgeehan@macatawabank.com> | 2019-01-23 13:27:22 -0500 |
---|---|---|
committer | Travis McGeehan <tmcgeehan@macatawabank.com> | 2019-01-23 13:27:22 -0500 |
commit | 9c6657ec7c30820b2e536962ce891ebe6e570664 (patch) | |
tree | 86b9482c47797e6cb0d13d8c6fff910e776cb320 | |
parent | ec9072fed38f09cf0e035443608e0f060646a290 (diff) |
tweak diff
-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 ``` |