diff options
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-x | 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 de6eaef8c..71474f236 100755 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -4120,7 +4120,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 |