Try putting character in comment
This commit is contained in:
parent
c9227f85a7
commit
d5db3936ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue