diff options
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index aa8374e5..5137efa8 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -2,8 +2,10 @@ NAME_LENGTH EQU 11 ITEM_NAME_LENGTH EQU 13 ; PrintNumber - const_def 5 - const BIT_MONEY_SIGN ; 5 + const_def + const BIT_MONEY_SIGN ; 0 + + const_def 6 const BIT_LEFT_ALIGN ; 6 const BIT_LEADING_ZEROES ; 7 |