diff options
| author | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-04 18:12:59 +0200 |
|---|---|---|
| committer | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-04 18:12:59 +0200 |
| commit | f818fb5299980e5630d490140b325c228f9776b8 (patch) | |
| tree | e999687134e05e1cd5f5de1c2955d992c3ee3d22 /src/code/z_sample.c | |
| parent | b96c016948539c9a9de28fb9658ec550d59b0f3a (diff) | |
Decompile graph.c
- decompile `graph.c` (2 non-matchings left)
- decompile `z_game_dlftbls.c`
- add noop macros in `gbi.h`
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c index 3a7ca5885..5c9d7d6ce 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -18,7 +18,7 @@ void Sample_Draw(SampleContext* this) { Gfx* gfxArr[4]; Mtx* mtx; - func_800C6AC4(gfxArr, gfxCtx, "../z_sample.c", 62); + Graph_OpenDisp(gfxArr, gfxCtx, "../z_sample.c", 62); gSPSegment(gfxCtx->polyOpa.p++, 0x00, NULL); gSPSegment(gfxCtx->polyOpa.p++, 0x01, this->staticSegment); @@ -41,7 +41,7 @@ void Sample_Draw(SampleContext* this) { PRIMITIVE); gDPSetPrimColor(gfxCtx->polyOpa.p++, 0, 0, 0xFF, 0xFF, 0x00, 0x00); - func_800C6B54(gfxArr, gfxCtx, "../z_sample.c", 111); + Graph_CloseDisp(gfxArr, gfxCtx, "../z_sample.c", 111); } #else #pragma GLOBAL_ASM("asm/non_matchings/code/z_sample/Sample_Draw.s") |
