diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2020-04-22 10:20:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 13:20:49 -0400 |
| commit | 3c440ef7f1172f49aba2618922cd401155392599 (patch) | |
| tree | 9a5fdef4dcdadc9d472a4610196aa4cb7c8ebede /src/code/z_sample.c | |
| parent | 06b731c494b44e71422231872750acc35445392c (diff) | |
Finished code_801031F0.c, guPosition.c, guLookAtHilite.c (#84)
* started microcode decomp
* Modified spec to fix error
* osContGetQuery OK
* Decompiled guLookAtHilite.c
* guPosition.c OK
* Fixed formatting
* osViSetEvent.c OK
* Deleted unnecessary files
* Made suggested changes, merged playblack.c
* Removed line breaks from comments
* Removed argument listing
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c index 73d502a06..0f6f01e20 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -26,7 +26,7 @@ void Sample_Draw(SampleContext* this) { if (1) { Mtx* mtx = Graph_Alloc(gfxCtx, sizeof(Mtx)); - func_80103D58(mtx, SREG(37), SREG(38), SREG(39), 1.0f, SREG(40), SREG(41), SREG(42)); + guPosition(mtx, SREG(37), SREG(38), SREG(39), 1.0f, SREG(40), SREG(41), SREG(42)); gSPMatrix(gfxCtx->polyOpa.p++, mtx, G_MTX_LOAD); } |
