diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-08-01 17:32:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 16:32:20 -0700 |
| commit | e9383d1b7af77b6ef030935d758617c263f7ce7c (patch) | |
| tree | 9eb8c661d0c925d7da6add278d4a607e70e6cb79 /src/profiler.c | |
| parent | a536985a13f2cb1110bdb0573634d433473a4d81 (diff) | |
code_8001F980 decomp + profiler doc + more (#250)
Diffstat (limited to 'src/profiler.c')
| -rw-r--r-- | src/profiler.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/profiler.c b/src/profiler.c index c3d5cc636..05b7fd424 100644 --- a/src/profiler.c +++ b/src/profiler.c @@ -111,7 +111,10 @@ void draw_reference_profiler_bars(void) { gDPFillRectangle(gDisplayListHead++, 177, 220, 226, 222); } -void func_80003AFC(void) { +/** + * Likely identical to sm64 but in mk64 they likely commented it out. + */ +void draw_profiler_mode_1(void) { } |
