summaryrefslogtreecommitdiff
path: root/engine/events/print_unown_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/print_unown_2.asm')
-rw-r--r--engine/events/print_unown_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/print_unown_2.asm b/engine/events/print_unown_2.asm
index 4583a59e0..78611e594 100644
--- a/engine/events/print_unown_2.asm
+++ b/engine/events/print_unown_2.asm
@@ -98,10 +98,10 @@ RotateUnownFrontpic: ; e0000
overworldmaprect: MACRO
y = 0
rept \1
-x = \1 * (\2 +- 1) + y
+x = \1 * (\2 + -1) + y
rept \2
dw wOverworldMap tile x
-x = x +- \2
+x = x + -\2
endr
y = y + 1
endr