diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 21:05:36 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 21:05:36 -0400 |
| commit | 72dc8f4ef64d3ef1674beb5fc8ebd15768174891 (patch) | |
| tree | 8aa475a13a77259526ec9f2d529baf432639bc29 /src/d/actor/d_a_obj_figure.cpp | |
| parent | 4ebe6758cb08b4cd12b598d02b62de0df2c4b659 (diff) | |
DEMO_SELECT
Diffstat (limited to 'src/d/actor/d_a_obj_figure.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_figure.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_figure.cpp b/src/d/actor/d_a_obj_figure.cpp index ed1a1d50..2733a6da 100644 --- a/src/d/actor/d_a_obj_figure.cpp +++ b/src/d/actor/d_a_obj_figure.cpp @@ -1088,14 +1088,14 @@ void linkDraw(mDoExt_McaMorf* pMorf) { if (mtl->getZMode()->getCompareEnable() == 0) { if ((u8)mtl->getBlend()->getType() == GX_BM_BLEND) { ZOffBlendShape[zoff_blend_cnt++] = mtl->getShape(); - JUT_ASSERT(VERSION_SELECT(1713, 1767, 1767, 1767), zoff_blend_cnt <= 4); + JUT_ASSERT(DEMO_SELECT(1713, 1767), zoff_blend_cnt <= 4); } else { ZOffNoneShape[zoff_none_cnt++] = mtl->getShape(); - JUT_ASSERT(VERSION_SELECT(1717, 1770, 1770, 1770), zoff_none_cnt <= 4); + JUT_ASSERT(DEMO_SELECT(1717, 1770), zoff_none_cnt <= 4); } } else { ZOnShape[zon_cnt++] = mtl->getShape(); - JUT_ASSERT(VERSION_SELECT(1722, 1774, 1774, 1774), zon_cnt <= 4); + JUT_ASSERT(DEMO_SELECT(1722, 1774), zon_cnt <= 4); } mtl = mtl->getNext(); } |
