Try putting character in comment

This commit is contained in:
gamemasterplc 2024-02-06 20:55:18 -06:00
parent c9227f85a7
commit d5db3936ef

View file

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