mirror of
https://github.com/zeldaret/ss
synced 2026-06-06 19:41:44 -04:00
Update src/toBeSorted/d_emitter.cpp
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user