Make diacritic labels less confusing in PlaceString.

This commit is contained in:
yenatch 2016-03-04 13:21:14 -05:00
parent 016c2baae2
commit 2270052319

View File

@ -270,16 +270,17 @@ endm
dict "<PLAY_G>", PlaceGenderedPlayerName
cp "゚"
jr z, .place
jr z, .place ; should be .diacritic
cp "゙"
jr z, .place
jr z, .place ; should be .diacritic
jr .not_diacritic
jr .nope
.diacritic
ld b, a
call Diacritic
jp NextChar
.nope
.not_diacritic
cp $60 ; Regular characters
jr nc, .place