Use the dakuten characters.

This commit is contained in:
yenatch 2016-03-03 00:07:17 -05:00
parent 3810cefaa2
commit 016c2baae2
2 changed files with 33 additions and 36 deletions

View File

@ -226,23 +226,10 @@ endc
endm endm
dict2: macro dict2: macro
if \1 == 0
and a
else
cp \1 cp \1
endc jr nz, ._\@
jr nz, \@
ld a, \2 ld a, \2
\@: ._\@:
endm
dict3: macro
if \1 == 0
and a
else
cp \1
endc
jr z, \2
endm endm
dict "<DAY>", Char15 dict "<DAY>", Char15
@ -281,8 +268,11 @@ endm
dict "<USER>", PlaceMoveUsersName dict "<USER>", PlaceMoveUsersName
dict "<ENEMY>", PlaceEnemysName dict "<ENEMY>", PlaceEnemysName
dict "<PLAY_G>", PlaceGenderedPlayerName dict "<PLAY_G>", PlaceGenderedPlayerName
dict3 $e4, .place
dict3 $e5, .place cp "゚"
jr z, .place
cp "゙"
jr z, .place
jr .nope jr .nope
ld b, a ld b, a
@ -290,22 +280,21 @@ endm
jp NextChar jp NextChar
.nope .nope
cp $60 cp $60 ; Regular characters
jr nc, .place jr nc, .place
cp $40 cp "パ"
jr nc, .handakuten jr nc, .handakuten
.dakuten .dakuten
cp $20 cp $20
jr nc, .daku1 jr nc, .daku1
add $80 add "カ" - "ガ"
jr .daku2 jr .daku2
.daku1 .daku1
add $90 add "か" - "が"
.daku2 .daku2
ld b, $e5 ; dakuten ld b, "゙" ; dakuten
call Diacritic call Diacritic
jr .place jr .place
@ -317,7 +306,7 @@ endm
.han1 .han1
add "は" - "ぱ" add "は" - "ぱ"
.han2 .han2
ld b, $e4 ; handakuten ld b, "゚" ; handakuten
call Diacritic call Diacritic
.place .place

View File

@ -191,6 +191,7 @@
charmap "ビ", $1a charmap "ビ", $1a
charmap "ブ", $1b charmap "ブ", $1b
charmap "ボ", $1c charmap "ボ", $1c
; charmap "ベ", $1d
charmap "が", $26 charmap "が", $26
charmap "ぎ", $27 charmap "ぎ", $27
@ -273,11 +274,13 @@
charmap "ュ", $ae charmap "ュ", $ae
charmap "ョ", $af charmap "ョ", $af
charmap "ィ", $b0 charmap "ィ", $b0
charmap "あ", $b1 charmap "あ", $b1
charmap "い", $b2 charmap "い", $b2
charmap "う", $b3 charmap "う", $b3
charmap "え", $b4 charmap "え", $b4
charmap "お", $b5 charmap "お", $b5
charmap "か", $b6 charmap "か", $b6
charmap "き", $b7 charmap "き", $b7
charmap "く", $b8 charmap "く", $b8
@ -303,6 +306,7 @@
charmap "ふ", $cc charmap "ふ", $cc
charmap "へ", $cd charmap "へ", $cd
charmap "ほ", $ce charmap "ほ", $ce
charmap "ま", $cf charmap "ま", $cf
charmap "み", $d0 charmap "み", $d0
charmap "む", $d1 charmap "む", $d1
@ -323,6 +327,10 @@
charmap "ゃ", $e0 charmap "ゃ", $e0
charmap "ゅ", $e1 charmap "ゅ", $e1
charmap "ょ", $e2 charmap "ょ", $e2
charmap "ー", $e3 charmap "ー", $e3
charmap "゚", $e4
charmap "゙", $e5
charmap "ァ", $e9 charmap "ァ", $e9