diff options
Diffstat (limited to 'home/print_level.asm')
-rwxr-xr-x | home/print_level.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/print_level.asm b/home/print_level.asm index dbe14f74..9a7258ed 100755 --- a/home/print_level.asm +++ b/home/print_level.asm @@ -24,5 +24,5 @@ PrintLevel_Force3Digits:: Print8BitNumRightAlign:: ld [wDeciramBuffer], a ld de, wDeciramBuffer - ld b, PRINTNUM_RIGHTALIGN | 1 + ld b, PRINTNUM_LEFTALIGN | 1 jp PrintNum
\ No newline at end of file |