diff options
Diffstat (limited to 'mobile/fixed_words.asm')
-rw-r--r-- | mobile/fixed_words.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index acbd318e8..3567e6b54 100644 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -4059,7 +4059,7 @@ macro_11f220: MACRO ; 12 words per page (0-based indexing) x = \1 / 12 if \1 % 12 == 0 -x = x + -1 +x = x - 1 endc db x ENDM |