Try fullwidth dakuten

This commit is contained in:
gamemasterplc 2024-02-06 20:57:10 -06:00
parent d5db3936ef
commit a64a522cb9

View file

@ -913,11 +913,11 @@ static AnimData *SeqLoadFontChar(char *str, s16 flags)
return HuSprAnimRead(SeqReadFile(data_num));
}
}
if(str[1] == 222) { //
if(str[1] == 222) { //
list = seqFontKanaTbl;
list += 55;
id = 55;
} else if(str[1] == 223) { //
} else if(str[1] == 223) { //
list = seqFontKanaTbl;
list += 75;
id = 75;