diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2020-12-06 18:48:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 13:48:51 -0500 |
| commit | dadee87f9423fd7b06ec088bf4bde5f768598d3c (patch) | |
| tree | b2fc154fc398997ec558ef4917ae4536b7aa2114 /src/code | |
| parent | b097c58cafd8e2644a0589144c061b0afa6ab573 (diff) | |
Bombchu bowling OK (#496)
* All functions decompiled, most named
* asm deleted, spec and undefined_syms included
* missed a static
* Some cleanup on comments and osSyncPrintfs
* asm
Co-authored-by: fig02 <fig02srl@gmail.com>
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_vr_box_draw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_vr_box_draw.c b/src/code/z_vr_box_draw.c index 90b7b2d9b..a7677c15f 100644 --- a/src/code/z_vr_box_draw.c +++ b/src/code/z_vr_box_draw.c @@ -16,9 +16,9 @@ void SkyboxDraw_Draw(SkyboxContext* skyboxCtx, GraphicsContext* gfxCtx, s16 skyb func_800945A0(gfxCtx); - gSPSegment(POLY_OPA_DISP++, 7, skyboxCtx->staticSegments[0]); - gSPSegment(POLY_OPA_DISP++, 8, skyboxCtx->staticSegments[1]); - gSPSegment(POLY_OPA_DISP++, 9, skyboxCtx->staticSegments[2]); + gSPSegment(POLY_OPA_DISP++, 0x7, skyboxCtx->staticSegments[0]); + gSPSegment(POLY_OPA_DISP++, 0x8, skyboxCtx->staticSegments[1]); + gSPSegment(POLY_OPA_DISP++, 0x9, skyboxCtx->staticSegments[2]); gDPSetPrimColor(POLY_OPA_DISP++, 0x00, 0x00, 0, 0, 0, alpha); gSPTexture(POLY_OPA_DISP++, 0x8000, 0x8000, 0, G_TX_RENDERTILE, G_ON); |
