diff options
| author | JoshDuMan <40190173+JoshDuMan@users.noreply.github.com> | 2020-04-21 17:40:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 17:40:56 -0400 |
| commit | b8a0751518e4da775d299fbe2bedc50d274cab48 (patch) | |
| tree | fcaea06c8c1e0886efb21f62a5b434a5d67925e2 /src | |
| parent | e050319e0769ec504bd6d73374e3595dad0a6ee3 (diff) | |
Match coss.c (#86)
* Match coss.c
* Remove asm file.
* Update src/libultra_code/coss.c
Co-Authored-By: Lucas Shaw <49287729+shawlucas@users.noreply.github.com>
Co-authored-by: Lucas Shaw <49287729+shawlucas@users.noreply.github.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/libultra_code/coss.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libultra_code/coss.c b/src/libultra_code/coss.c index 0158b3480..1f2a260dd 100644 --- a/src/libultra_code/coss.c +++ b/src/libultra_code/coss.c @@ -1,3 +1,6 @@ #include "libultra_internal.h" +#include <global.h> -#pragma GLOBAL_ASM("asm/non_matchings/code/coss/coss.s") +s16 coss(u16 angle) { + return sins(angle + 0x4000); +} |
