mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -3,6 +3,7 @@ compiler_type = "ido"
|
||||
[preserve_macros]
|
||||
"g[DS]P.*" = "void"
|
||||
"gDma.*" = "void"
|
||||
"gDkr.*" = "void"
|
||||
"_SHIFTL" = "unsigned int"
|
||||
|
||||
[decompme.compilers]
|
||||
|
||||
Reference in New Issue
Block a user