Decompile z_eff_footmark.c

This commit is contained in:
rozlette
2019-12-15 03:31:57 -06:00
parent 9bc4990814
commit bdf36b85d3
8 changed files with 136 additions and 14 deletions
+2 -2
View File
@@ -3070,14 +3070,14 @@ typedef union {
_SHIFTL(dz, 0, 16))
#define gDPSetPrimColor(pkt, m, l, r, g, b, a) \
{ \
_DW({ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = (_SHIFTL(G_SETPRIMCOLOR, 24, 8) | \
_SHIFTL(m, 8, 8) | _SHIFTL(l, 0, 8)); \
_g->words.w1 = (_SHIFTL(r, 24, 8) | _SHIFTL(g, 16, 8) | \
_SHIFTL(b, 8, 8) | _SHIFTL(a, 0, 8)); \
}
})
#define gsDPSetPrimColor(m, l, r, g, b, a) \
{ \