refresh 4

This commit is contained in:
n64
2019-12-01 21:52:53 -05:00
parent a7c423cb43
commit 04732af90b
729 changed files with 21400 additions and 37110 deletions

View File

@@ -1,24 +1,16 @@
// Scuttlebug
// Unreferenced light
UNUSED static const Ambient scuttlebug_light_1 = {
{{0x2c, 0x00, 0x00}, 0, {0x2c, 0x00, 0x00}, 0}
};
// Unreferenced light group
UNUSED static const Lights1 scuttlebug_lights_unused1 = gdSPDefLights1(
0x2c, 0x00, 0x00,
0xb2, 0x00, 0x00, 0x28, 0x28, 0x28
);
// Unreferenced light
UNUSED static const Light scuttlebug_light_2 = {
{{0xb2, 0x00, 0x00}, 0, {0xb2, 0x00, 0x00}, 0, {0x28, 0x28, 0x28}, 0}
};
// Unreferenced light
UNUSED static const Ambient scuttlebug_light_3 = {
{{0x00, 0x00, 0x00}, 0, {0x00, 0x00, 0x00}, 0}
};
// Unreferenced light
UNUSED static const Light scuttlebug_light_4 = {
{{0x00, 0x00, 0x00}, 0, {0x00, 0x00, 0x00}, 0, {0x28, 0x28, 0x28}, 0}
};
// Unreferenced light group
UNUSED static const Lights1 scuttlebug_lights_unused2 = gdSPDefLights1(
0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x28, 0x28, 0x28
);
// 0x06010108
ALIGNED8 static const u8 scuttlebug_seg6_texture_06010108[] = {
@@ -245,14 +237,10 @@ const Gfx scuttlebug_seg6_dl_06013DA0[] = {
};
// 0x06013E10
static const Ambient scuttlebug_seg6_light_06013E10 = {
{{0x33, 0x22, 0x01}, 0, {0x33, 0x22, 0x01}, 0}
};
// 0x06013E18
static const Light scuttlebug_seg6_light_06013E18 = {
{{0xcf, 0x89, 0x06}, 0, {0xcf, 0x89, 0x06}, 0, {0x28, 0x28, 0x28}, 0}
};
static const Lights1 scuttlebug_seg6_lights_06013E10 = gdSPDefLights1(
0x33, 0x22, 0x01,
0xcf, 0x89, 0x06, 0x28, 0x28, 0x28
);
// 0x06013E28
static const Vtx scuttlebug_seg6_vertex_06013E28[] = {
@@ -290,8 +278,8 @@ static const Vtx scuttlebug_seg6_vertex_06013F28[] = {
// 0x06013FC8 - 0x060140F0
const Gfx scuttlebug_seg6_dl_06013FC8[] = {
gsSPLight(&scuttlebug_seg6_light_06013E18, 1),
gsSPLight(&scuttlebug_seg6_light_06013E10, 2),
gsSPLight(&scuttlebug_seg6_lights_06013E10.l, 1),
gsSPLight(&scuttlebug_seg6_lights_06013E10.a, 2),
gsSPVertex(scuttlebug_seg6_vertex_06013E28, 16, 0),
gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0),
gsSP2Triangles( 5, 6, 7, 0x0, 5, 4, 6, 0x0),
@@ -394,14 +382,10 @@ const Gfx scuttlebug_seg6_dl_06014270[] = {
};
// 0x060142E0
static const Ambient scuttlebug_seg6_light_060142E0 = {
{{0x26, 0x05, 0x05}, 0, {0x26, 0x05, 0x05}, 0}
};
// 0x060142E8
static const Light scuttlebug_seg6_light_060142E8 = {
{{0x99, 0x16, 0x16}, 0, {0x99, 0x16, 0x16}, 0, {0x28, 0x28, 0x28}, 0}
};
static const Lights1 scuttlebug_seg6_lights_060142E0 = gdSPDefLights1(
0x26, 0x05, 0x05,
0x99, 0x16, 0x16, 0x28, 0x28, 0x28
);
// 0x060142F8
static const Vtx scuttlebug_seg6_vertex_060142F8[] = {
@@ -413,8 +397,8 @@ static const Vtx scuttlebug_seg6_vertex_060142F8[] = {
// 0x06014338 - 0x06014378
const Gfx scuttlebug_seg6_dl_06014338[] = {
gsSPLight(&scuttlebug_seg6_light_060142E8, 1),
gsSPLight(&scuttlebug_seg6_light_060142E0, 2),
gsSPLight(&scuttlebug_seg6_lights_060142E0.l, 1),
gsSPLight(&scuttlebug_seg6_lights_060142E0.a, 2),
gsSPVertex(scuttlebug_seg6_vertex_060142F8, 4, 0),
gsSP2Triangles( 0, 1, 2, 0x0, 3, 2, 1, 0x0),
gsSP2Triangles( 2, 3, 0, 0x0, 1, 0, 3, 0x0),