Match func_800C4DA0, and get near matches for two more in font.c. Also made char's unsigned by default which should match the original compiler settings. char is used when it's a string, and u8 is when it's just an integer (#237)

This commit is contained in:
Ryan Myers
2022-07-29 07:32:47 -04:00
committed by GitHub
parent 911fd3daac
commit dd92c90fc1
13 changed files with 3733 additions and 192 deletions
+1
View File
@@ -3,6 +3,7 @@ compiler_type = "ido"
[preserve_macros]
"g[DS]P.*" = "void"
"gDma.*" = "void"
"gDkr.*" = "void"
"_SHIFTL" = "unsigned int"
[decompme.compilers]