summaryrefslogtreecommitdiff
path: root/constants/script_constants.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 /constants/script_constants.asm
parent45373ec601e5af5bc2be7a72b8556e4311efdc05 (diff)
use "x + -1" not "x +- 1"
(TODO: use "x - 1" once rgbds allows it)
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index c2de2b04f..e610c25f6 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -200,7 +200,7 @@ EMOTE_MEM EQU -1
const FRUITTREE_PEWTER_CITY_1 ; 1c
const FRUITTREE_PEWTER_CITY_2 ; 1d
const FRUITTREE_FUCHSIA_CITY ; 1e
-NUM_FRUIT_TREES EQU const_value +- 1
+NUM_FRUIT_TREES EQU const_value + -1
; describedecoration arguments
; DescribeDecoration.JumpTable indexes (see engine/decorations.asm)