mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 23:10:22 +00:00
Decompile flg_set.c (#200)
* Decompile flg_set.c * Use a for loop and rename func_8002AAB0 * move the flag set array inside the function
This commit is contained in:
parent
a0ef48e987
commit
a76356090b
11 changed files with 164 additions and 375 deletions
|
@ -18,7 +18,7 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
|
|||
|
||||
g = *gfxp;
|
||||
g = func_8009411C(g);
|
||||
printer = alloca(0x30);
|
||||
printer = alloca(sizeof(GfxPrint));
|
||||
GfxPrint_Ctor(printer);
|
||||
GfxPrint_Open(printer, g);
|
||||
GfxPrint_SetColor(printer, 0xFF, 0x9B, 0xFF, 0xFF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue