From 320a1a30303e84b6b9e493d2ddf55056dae025af Mon Sep 17 00:00:00 2001 From: Maide <34639600+Kelebek1@users.noreply.github.com> Date: Sat, 19 Feb 2022 20:22:45 +0000 Subject: Dm_Char00 (#611) * Dm_Char00 * Replace other macros * PR --- src/code/z_lights.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/code') diff --git a/src/code/z_lights.c b/src/code/z_lights.c index 858a7186e..615e11e69 100644 --- a/src/code/z_lights.c +++ b/src/code/z_lights.c @@ -413,8 +413,7 @@ void Lights_DrawGlow(GlobalContext* globalCtx) { dl = func_8012C7FC(POLY_XLU_DISP); - gSPSetOtherMode(dl++, G_SETOTHERMODE_H, 4, 4, - 0x00000080); //! This doesn't resolve to any of the macros in gdi.h + gDPSetDither(dl++, G_CD_NOISE); gDPSetCombineLERP(dl++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0); -- cgit v1.2.3