summaryrefslogtreecommitdiff
path: root/engine/math/print_num.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 14:47:06 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 14:47:06 -0500
commitfbe2494dc27acfee5089bc68c8bdb45cac9d4983 (patch)
treee6c86953117dcc96ab6937bc7c1268368808679a /engine/math/print_num.asm
parent69ea875eeb293cac963893636917fe1db99cee59 (diff)
Miscellaneous label and comment corrections
Diffstat (limited to 'engine/math/print_num.asm')
-rw-r--r--engine/math/print_num.asm2
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