diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-03-05 00:00:55 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-03-05 00:00:55 -0700 |
commit | 0d4138441ce94cc3d1fabff9d9ecba1589d948fe (patch) | |
tree | 75f7a93d9baeb6c82cb31ccdf838f532a3de8ae6 /main.asm | |
parent | 75b2316ddcc009f0ef5ec3b2995c770a67b1f220 (diff) |
Add "×" in text.
hg-commit-id: 78daeb956407
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6134,7 +6134,7 @@ DisplayChooseQuantityMenu: ; 2D57 ret InitialQuantityText: ; 2E30 - db $f1,"01@" + db "×01@" SpacesBetweenQuantityAndPriceText: ; 2E34 db " @" @@ -6299,7 +6299,7 @@ PrintListMenuEntries: ; 2E5A push hl ld bc,20 + 8 ; 1 row down and 8 columns right add hl,bc - ld a,$f1 + ld a,"×" ldi [hl],a ld a,[$d11e] push af |