diff options
author | dannye <33dannye@gmail.com> | 2020-01-06 22:07:33 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-01-06 22:07:33 -0600 |
commit | e7be25948dfeef257697a7aa30706339f6ba014b (patch) | |
tree | 973d0ad95361a1dfd1c371be59a300be19532e47 /engine/math | |
parent | 99d16d616d5f70754dd6aa567e478e587a733d8c (diff) | |
parent | 94ebdab6d350fd6ebfd43c5a84710ed14dade8ca (diff) |
Merge branch 'master' into audio-macros
Diffstat (limited to 'engine/math')
-rw-r--r-- | engine/math/print_num.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/math/print_num.asm b/engine/math/print_num.asm index 62ef97fb3..409379257 100644 --- a/engine/math/print_num.asm +++ b/engine/math/print_num.asm @@ -6,7 +6,7 @@ _PrintNum:: ; digits will be in front of the decimal point. ; Some extra flags can be given in bits 5-7 of b. ; Bit 5: money if set (unless left-aligned without leading zeros) -; Bit 6: right-aligned if set +; Bit 6: left-aligned if set ; Bit 7: print leading zeros if set push bc |