Fix Bomb-Ombs inherting an incorrect geometry mode and a incorrect combine mode from other objects.
This commit is contained in:
parent
b3ebc13c35
commit
a64073bdcd
|
@ -279,6 +279,9 @@ static const Vtx bobomb_seg8_vertex_08023190[] = {
|
||||||
|
|
||||||
// 0x08023270 - 0x08023378
|
// 0x08023270 - 0x08023378
|
||||||
const Gfx bobomb_seg8_dl_08023270[] = {
|
const Gfx bobomb_seg8_dl_08023270[] = {
|
||||||
|
gsDPPipeSync(),
|
||||||
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
||||||
|
gsSPSetGeometryMode(G_LIGHTING),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022DE8.l, 1),
|
gsSPLight(&bobomb_seg8_lights_08022DE8.l, 1),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022DE8.a, 2),
|
gsSPLight(&bobomb_seg8_lights_08022DE8.a, 2),
|
||||||
gsSPVertex(bobomb_seg8_vertex_08022E30, 16, 0),
|
gsSPVertex(bobomb_seg8_vertex_08022E30, 16, 0),
|
||||||
|
@ -302,6 +305,9 @@ const Gfx bobomb_seg8_dl_08023270[] = {
|
||||||
|
|
||||||
// 0x08023378 - 0x08023480
|
// 0x08023378 - 0x08023480
|
||||||
const Gfx bobomb_seg8_dl_08023378[] = {
|
const Gfx bobomb_seg8_dl_08023378[] = {
|
||||||
|
gsDPPipeSync(),
|
||||||
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
||||||
|
gsSPSetGeometryMode(G_LIGHTING),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022DE8.l, 1),
|
gsSPLight(&bobomb_seg8_lights_08022DE8.l, 1),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022DE8.a, 2),
|
gsSPLight(&bobomb_seg8_lights_08022DE8.a, 2),
|
||||||
gsSPVertex(bobomb_seg8_vertex_08022F70, 16, 0),
|
gsSPVertex(bobomb_seg8_vertex_08022F70, 16, 0),
|
||||||
|
@ -325,6 +331,9 @@ const Gfx bobomb_seg8_dl_08023378[] = {
|
||||||
|
|
||||||
// 0x08023480 - 0x08023528
|
// 0x08023480 - 0x08023528
|
||||||
const Gfx bobomb_seg8_dl_08023480[] = {
|
const Gfx bobomb_seg8_dl_08023480[] = {
|
||||||
|
gsDPPipeSync(),
|
||||||
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
||||||
|
gsSPSetGeometryMode(G_LIGHTING),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022E00.l, 1),
|
gsSPLight(&bobomb_seg8_lights_08022E00.l, 1),
|
||||||
gsSPLight(&bobomb_seg8_lights_08022E00.a, 2),
|
gsSPLight(&bobomb_seg8_lights_08022E00.a, 2),
|
||||||
gsSPVertex(bobomb_seg8_vertex_080230B0, 14, 0),
|
gsSPVertex(bobomb_seg8_vertex_080230B0, 14, 0),
|
||||||
|
|
Loading…
Reference in New Issue