diff --git a/inc/CC.inc b/inc/CC.inc index b695a5f..f80c002 100644 --- a/inc/CC.inc +++ b/inc/CC.inc @@ -57,9 +57,9 @@ scope CC { constant CONST_1(-20) constant CONST_0(-21) - define c1a(0); define c1d(0); define c1c(0); define c1d(0) // cycle 1 color + define c1a(0); define c1b(0); define c1c(0); define c1d(0) // cycle 1 color define c1A(0); define c1B(0); define c1C(0); define c1D(0) // cycle 1 alpha - define c2a(0); define c2d(0); define c2c(0); define c2d(0) // cycle 2 color + define c2a(0); define c2b(0); define c2c(0); define c2d(0) // cycle 2 color define c2A(0); define c2B(0); define c2C(0); define c2D(0) // cycle 2 alpha macro Cycle1Color(variable a, variable b, variable c, variable d) { diff --git a/inc/F3DEX2.inc b/inc/F3DEX2.inc index a603c23..32382cf 100644 --- a/inc/F3DEX2.inc +++ b/inc/F3DEX2.inc @@ -754,7 +754,7 @@ macro texlog2(variable x) { } macro gLoadTex(variable addr, variable fmt, variable size, variable width, variable height) { - // this macros omits the cms, cmt, masks, maskt, shifts, shiftt args, + // this macro omits the cms, cmt, masks, maskt, shifts, shiftt args, // and assumes you want the texture to wrap. // TODO: merge fmt and size argument enums? might be less of a headache.