mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +13:00
Use ¥ in text strings.
Another bug that doesn't exist in textpre.py. hg-commit-id: 6d1cf3af73ee
This commit is contained in:
parent
f06e2f937c
commit
3bd38d123d
1 changed files with 3 additions and 3 deletions
6
main.asm
6
main.asm
|
|
@ -68718,9 +68718,9 @@ Unnamed_74f9e: ; 0x74f9e
|
|||
db "SODA POP",$4E
|
||||
db "LEMONADE",$4E
|
||||
db "CANCEL@"
|
||||
db $F0,"200",$4E
|
||||
db $F0,"300",$4E
|
||||
db $F0,"350",$4E,"@"
|
||||
db "¥200",$4E
|
||||
db "¥300",$4E
|
||||
db "¥350",$4E,"@"
|
||||
|
||||
UnnamedText_74fd3: ; 0x74fd3
|
||||
TX_FAR _UnnamedText_74fd3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue