From 7daadc5ea123485ebfa9c6ea461c5c6cc566df87 Mon Sep 17 00:00:00 2001 From: petrie911 <69443847+petrie911@users.noreply.github.com> Date: Thu, 31 Dec 2020 18:56:02 -0600 Subject: En_Ex_Item (#567) * first go * match * vt * docs * one last thing * formatted * bowling, why not * header * Update src/overlays/actors/ovl_En_Ex_Item/z_en_ex_item.h Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Ex_Item/z_en_ex_item.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * press FFFF Co-authored-by: petrie911 Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> --- src/code/z_en_item00.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code') diff --git a/src/code/z_en_item00.c b/src/code/z_en_item00.c index c9fe52f00..ef57cd1cd 100644 --- a/src/code/z_en_item00.c +++ b/src/code/z_en_item00.c @@ -782,7 +782,7 @@ void func_8001F080(EnItem00* this, GlobalContext* globalCtx) { gSPMatrix(POLY_OPA_DISP++, Matrix_NewMtx(globalCtx->state.gfxCtx, "../z_en_item00.c", 1607), G_MTX_MODELVIEW | G_MTX_LOAD); - gSPDisplayList(POLY_OPA_DISP++, &D_0403F070); + gSPDisplayList(POLY_OPA_DISP++, D_0403F070); CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_en_item00.c", 1611); } -- cgit v1.2.3