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,14 +1,10 @@
// Test Platform (small tiny platform 1/4th the size of a box. Probably used in early modeling tests?)
// 0x08026008
static const Ambient unknown_seg8_light_08026008 = {
{{0x32, 0x32, 0x07}, 0, {0x32, 0x32, 0x07}, 0}
};
// 0x08026010
static const Light unknown_seg8_light_08026010 = {
{{0xc8, 0xc8, 0x1e}, 0, {0xc8, 0xc8, 0x1e}, 0, {0x28, 0x28, 0x28}, 0}
};
static const Lights1 unknown_seg8_lights_08026008 = gdSPDefLights1(
0x32, 0x32, 0x07,
0xc8, 0xc8, 0x1e, 0x28, 0x28, 0x28
);
// 0x08026020
static const Vtx unknown_seg8_vertex_08026020[] = {
@@ -60,9 +56,7 @@ static const Vtx unknown_seg8_vertex_08026200[] = {
// 0x08026260 - 0x080262F8
const Gfx unknown_seg8_dl_08026260[] = {
gsSPNumLights(NUMLIGHTS_0), // I cannot tell if they meant to put 0 or 1 here.
gsSPLight(&unknown_seg8_light_08026010, 1),
gsSPLight(&unknown_seg8_light_08026008, 2),
gsSPSetLights1(unknown_seg8_lights_08026008),
gsSPVertex(unknown_seg8_vertex_08026020, 15, 0),
gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0),
gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0),