diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2020-12-31 18:56:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-31 19:56:02 -0500 |
| commit | 7daadc5ea123485ebfa9c6ea461c5c6cc566df87 (patch) | |
| tree | 2c7a11c9298ce5193f5f0b2162328cdb9fe5c123 /src/code | |
| parent | 600bad1f20e259b70708944b045d3f4407b673bf (diff) | |
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 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_en_item00.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
