Small General cleanup (#1360)

* Draw things

* EffectSsFhgFlash_SpawnShock enum

* gohtIndex

* colliders

* ObjGhaka_Init

* func_80B3C39C

* undef syms
This commit is contained in:
Derek Hensley
2023-08-20 01:50:55 -07:00
committed by GitHub
parent c5d6185a88
commit 312fcafe2d
16 changed files with 33 additions and 29 deletions
+2 -2
View File
@@ -1539,10 +1539,10 @@ void func_8012CF0C(GraphicsContext* gfxCtx, s32 clearFb, s32 clearZb, u8 r, u8 g
gSPDisplayList(DEBUG_DISP++, gGfxMasterDL->setupBuffers);
if (clearZb) {
gSPDisplayList(gfxCtx->polyOpa.p++, D_0E000000.clearZBuffer);
gSPDisplayList(POLY_OPA_DISP++, D_0E000000.clearZBuffer);
}
if (clearFb) {
gSPDisplayList(gfxCtx->polyOpa.p++, D_0E000000.clearFrameBuffer);
gSPDisplayList(POLY_OPA_DISP++, D_0E000000.clearFrameBuffer);
}
CLOSE_DISPS(gfxCtx);