diff --git a/src/game/minigame_seq.c b/src/game/minigame_seq.c index 7b10a84c..8b80385f 100644 --- a/src/game/minigame_seq.c +++ b/src/game/minigame_seq.c @@ -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;