summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index e9c54409..668907db 100644
--- a/main.asm
+++ b/main.asm
@@ -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