diff options
| author | glank <tommy.bergman91@gmail.com> | 2020-04-05 21:41:49 +0200 |
|---|---|---|
| committer | glank <tommy.bergman91@gmail.com> | 2020-04-05 23:40:06 +0200 |
| commit | 6b04aba0ea3f5c6d450045d4440249e28e2be85c (patch) | |
| tree | 6bf0a9097d31046ed6e0dd5e7c98fefecf993947 /src/code/code_800ACE70.c | |
| parent | 5aaaa4ef93a167205d46bf6891647433144db71a (diff) | |
Tidy up known render and combine modes
Diffstat (limited to 'src/code/code_800ACE70.c')
| -rw-r--r-- | src/code/code_800ACE70.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800ACE70.c b/src/code/code_800ACE70.c index 5bf69cc48..31e93ad63 100644 --- a/src/code/code_800ACE70.c +++ b/src/code/code_800ACE70.c @@ -42,7 +42,7 @@ Gfx D_8012AC40[] = { }; Gfx D_8012AC58[] = { - gsDPSetCombineLERP(K5, K5, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE, K5, K5, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE), + gsDPSetCombineMode(G_CC_PRIMITIVE, G_CC_PRIMITIVE), gsDPSetOtherMode(G_AD_NOTPATTERN | G_CD_DISABLE | G_CK_NONE | G_TC_CONV | G_TF_POINT | G_TT_NONE | G_TL_TILE | G_TD_CLAMP | G_TP_NONE | G_CYC_1CYCLE | G_PM_NPRIMITIVE, G_AC_NONE | G_ZS_PRIM | G_RM_CLD_SURF | G_RM_CLD_SURF2), |
