mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
Add "×" in text.
hg-commit-id: 78daeb956407
This commit is contained in:
parent
75b2316ddc
commit
0d4138441c
4
main.asm
4
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
|
||||
|
|
|
|||
|
|
@ -242,6 +242,7 @@ chars["!"] = "$E7"
|
|||
chars["."] = "$E8"
|
||||
chars["♂"] = "$EF"
|
||||
chars["¥"] = "$F0"
|
||||
chars["×"] = "$F1"
|
||||
chars["/"] = "$F3"
|
||||
chars[","] = "$F4"
|
||||
chars["♀"] = "$F5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue