mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-29 00:06:33 +00:00
Name dlists
This commit is contained in:
parent
5562948978
commit
d8953c5a07
2 changed files with 4 additions and 4 deletions
|
@ -299,7 +299,7 @@ void BgGanonOtyuka_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
func_80093D18(globalCtx->state.gfxCtx);
|
||||
gSPDisplayList(POLY_OPA_DISP++, D_80877328);
|
||||
gSPDisplayList(POLY_OPA_DISP++, sPlatformSetupDList);
|
||||
|
||||
actor = globalCtx->actorCtx.actorList[ACTORTYPE_PROP].first;
|
||||
while (actor != NULL) {
|
||||
|
@ -376,7 +376,7 @@ void BgGanonOtyuka_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||
gSPMatrix(POLY_XLU_DISP++,
|
||||
Matrix_NewMtx(globalCtx->state.gfxCtx, "../z_bg_ganon_otyuka.c", 847),
|
||||
G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
|
||||
gSPDisplayList(POLY_XLU_DISP++, D_80877CF8);
|
||||
gSPDisplayList(POLY_XLU_DISP++, sFlashDList);
|
||||
Matrix_Pull();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ static Vtx sPlatformTopVerts[] = {
|
|||
VTX(-60, 0, 60, 2048, 1024, 0xFF, 0xFF, 0xFF, 0xFF),
|
||||
};
|
||||
|
||||
static Gfx D_80877328[] = {
|
||||
static Gfx sPlatformSetupDList[] = {
|
||||
gsDPPipeSync(),
|
||||
gsDPSetTextureLUT(G_TT_NONE),
|
||||
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
|
||||
|
@ -186,7 +186,7 @@ static Vtx sVertices4[] = {
|
|||
VTX(360, 0, 0, 1024, 2048, 0xFF, 0xFF, 0xFF, 0x00), VTX(360, 300, 0, 1024, 0, 0xFF, 0xFF, 0xFF, 0x00),
|
||||
};
|
||||
|
||||
static Gfx D_80877CF8[] = {
|
||||
static Gfx sFlashDList[] = {
|
||||
gsDPPipeSync(),
|
||||
gsDPSetTextureLUT(G_TT_NONE),
|
||||
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
|
||||
|
|
Loading…
Reference in a new issue