diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2020-06-05 23:09:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 17:09:43 -0400 |
| commit | 68f5d212a7354bb4d8032e61b4e659be837eca38 (patch) | |
| tree | ea77e50a321cc02c65b7a40c38c4e18051821107 /src/code/code_801067F0.c | |
| parent | 94d810193a8b74e14766a3227812fab50f8df492 (diff) | |
Fix remaining rom/ram pointers (#190)
Diffstat (limited to 'src/code/code_801067F0.c')
| -rw-r--r-- | src/code/code_801067F0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_801067F0.c b/src/code/code_801067F0.c index 72f59a051..b895ee360 100644 --- a/src/code/code_801067F0.c +++ b/src/code/code_801067F0.c @@ -1,7 +1,7 @@ #include <ultra64.h> #include <global.h> -// fmodf? unused +// fmodf? f32 func_801067F0(f32 arg0, f32 arg1) { s32 sp4; |
