GXSETARRAY macro and used that at some places
This commit is contained in:
parent
4438f7d9c8
commit
a443a0a7c7
5 changed files with 15 additions and 12 deletions
|
|
@ -1002,7 +1002,7 @@ void fn_1_37A4(ModelData *arg0, Mtx arg1)
|
|||
GXClearVtxDesc();
|
||||
GXSetVtxDesc(GX_VA_POS, GX_INDEX16);
|
||||
GXSetVtxAttrFmt(GX_VTXFMT0, GX_VA_POS, GX_POS_XYZ, GX_RGBA6, 0);
|
||||
GXSetArray(GX_VA_POS, lbl_1_bss_5AC.unk14, 0xC);
|
||||
GXSETARRAY(GX_VA_POS, lbl_1_bss_5AC.unk14, 900 * sizeof(Vec), 0xC);
|
||||
GXSetCullMode(GX_CULL_BACK);
|
||||
GXCallDisplayList(lbl_1_bss_5AC.unk24, lbl_1_bss_5AC.unk28);
|
||||
GXSetNumIndStages(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue