Use Japanese charmap definitions in strings

This commit is contained in:
Remy Oukaour
2018-01-18 20:40:32 -05:00
parent 2acaa96cf1
commit a3beba1e64
16 changed files with 140 additions and 110 deletions

View File

@@ -219,8 +219,8 @@ ENDM
dict "<NEXT>", NextLineChar
dict TX_FAR, TextFar
dict TX_START, NullChar
dict "<CONT3>", _ContTextNoPause
dict "<CONT2>", _ContText
dict "<SCROLL>", _ContTextNoPause
dict "<_CONT>", _ContText
dict "<PARA>", Paragraph
dict "<MOM>", PrintMomsName
dict "<PLAYER>", PrintPlayerName
@@ -563,7 +563,7 @@ ContText:: ; 1345
pop de
jp NextChar
.cont: db "<CONT2>@"
.cont: db "<_CONT>@"
; 1356