From e611c895d099a08d259c6a20d9d94b90b407ea8a Mon Sep 17 00:00:00 2001 From: robojumper Date: Sat, 10 May 2025 21:43:51 +0200 Subject: [PATCH] Update src/toBeSorted/d_emitter.cpp Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> --- src/toBeSorted/d_emitter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toBeSorted/d_emitter.cpp b/src/toBeSorted/d_emitter.cpp index addf3d09..8af6a5a3 100644 --- a/src/toBeSorted/d_emitter.cpp +++ b/src/toBeSorted/d_emitter.cpp @@ -1181,6 +1181,7 @@ bool EffectsStruct::createEffect( return hasEmitters(); } +// TODO: Document PolyAttrs s32 dJEffManager_c::polyAttrsToGroundEffectIdx(s32 polyAttr0, s32 polyAttr1) { if (polyAttr0 == 0 || (polyAttr0 == 4 && polyAttr1 == 1) || (polyAttr0 == 9) || (polyAttr0 == 10 && polyAttr1 == 1) || (polyAttr0 == 12) || (polyAttr0 == 17 && polyAttr1 != 1) ||