You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix TTC treadmills' fog
This commit is contained in:
@@ -27,25 +27,25 @@ static const Vtx coin_seg3_vertex_03005740[] = {
|
||||
};
|
||||
#else
|
||||
static const Vtx coin_seg3_vertex_030056C0[] = {
|
||||
{{{ -32, 0, 0}, 0, { 0, 1984 }, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ 32, 0, 0}, 0, { 1984 , 1984 }, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ 32, 64, 0}, 0, { 1984 , 0}, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ -32, 0, 0}, 0, { 0, 1984}, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ 32, 0, 0}, 0, { 1984, 1984}, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ 32, 64, 0}, 0, { 1984, 0}, {0xff, 0xff, 0x00, 0xff}}},
|
||||
{{{ -32, 64, 0}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0xff}}},
|
||||
};
|
||||
|
||||
// 0x03005700
|
||||
static const Vtx coin_seg3_vertex_03005700[] = {
|
||||
{{{ -50, 0, 0}, 0, { 0, 1984 }, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ 50, 0, 0}, 0, { 1984 , 1984 }, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ 50, 100, 0}, 0, { 1984 , 0}, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ -50, 0, 0}, 0, { 0, 1984}, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ 50, 0, 0}, 0, { 1984, 1984}, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ 50, 100, 0}, 0, { 1984, 0}, {0x78, 0x78, 0xff, 0xff}}},
|
||||
{{{ -50, 100, 0}, 0, { 0, 0}, {0x78, 0x78, 0xff, 0xff}}},
|
||||
};
|
||||
|
||||
// 0x03005740
|
||||
static const Vtx coin_seg3_vertex_03005740[] = {
|
||||
{{{ -35, 0, 0}, 0, { 0, 1984 }, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ 35, 0, 0}, 0, { 1984 , 1984 }, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ 35, 70, 0}, 0, { 1984 , 0}, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ -35, 0, 0}, 0, { 0, 1984}, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ 35, 0, 0}, 0, { 1984, 1984}, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ 35, 70, 0}, 0, { 1984, 0}, {0xff, 0x00, 0x00, 0xff}}},
|
||||
{{{ -35, 70, 0}, 0, { 0, 0}, {0xff, 0x00, 0x00, 0xff}}},
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -16,7 +16,7 @@ const Gfx ttc_dl_surface_treadmill_begin[] = {
|
||||
gsDPSetRenderMode(G_RM_FOG_SHADE_A, G_RM_AA_ZB_OPA_SURF2),
|
||||
gsDPSetDepthSource(G_ZS_PIXEL),
|
||||
gsDPSetFogColor(200, 255, 255, 255),
|
||||
gsSPFogPosition(900, 1000),
|
||||
gsSPFogPosition(970, 1000),
|
||||
gsSPSetGeometryMode(G_FOG),
|
||||
gsDPSetCombineMode(G_CC_MODULATERGB, G_CC_PASS2),
|
||||
gsSPLight(&ttc_lights_surface_treadmill.l, 1),
|
||||
|
||||
Reference in New Issue
Block a user