summaryrefslogtreecommitdiff
path: root/engine/options_menu.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-02-02 22:55:38 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-02-02 22:55:38 -0500
commite32e5212af3783f530af884852570d8003e69486 (patch)
tree895ce2f17a0354bf4beef7818434495b9d60f237 /engine/options_menu.asm
parent45373ec601e5af5bc2be7a72b8556e4311efdc05 (diff)
use "x + -1" not "x +- 1"
(TODO: use "x - 1" once rgbds allows it)
Diffstat (limited to 'engine/options_menu.asm')
-rwxr-xr-xengine/options_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/options_menu.asm b/engine/options_menu.asm
index 4ab215282..ad2990539 100755
--- a/engine/options_menu.asm
+++ b/engine/options_menu.asm
@@ -120,7 +120,7 @@ Options_TextSpeed: ; e42f5
ld a, c ; right pressed
cp OPT_TEXT_SPEED_SLOW
jr c, .Increase
- ld c, OPT_TEXT_SPEED_FAST +- 1
+ ld c, OPT_TEXT_SPEED_FAST + -1
.Increase:
inc c