1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 14:50:15 +00:00

Decompile z_rcp.c (1 non matching left)

This commit is contained in:
Roman971 2020-03-29 18:43:45 +02:00
parent 51c85fe660
commit f5ffe8687d
359 changed files with 2285 additions and 3986 deletions

View file

@ -135,7 +135,7 @@ void EnTkEff_Draw(EnTk* this, GlobalContext* globalCtx) {
for (i = 0; i < ARRAY_COUNT(this->eff); i++) {
if (eff->active != 0) {
if (gfxSetup == 0) {
gfxCtx->polyXlu.p = func_80093774(gfxCtx->polyXlu.p, 0);
gfxCtx->polyXlu.p = Gfx_CallSetupDL(gfxCtx->polyXlu.p, 0);
gSPDisplayList(gfxCtx->polyXlu.p++, D_0600BC90);
gDPSetEnvColor(gfxCtx->polyXlu.p++, 0x64, 0x3C, 0x14, 0x00);
gfxSetup = 1;