1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-21 06:21:16 +00:00

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>
This commit is contained in:
JoshDuMan 2020-04-21 17:40:56 -04:00 committed by GitHub
parent e050319e07
commit b8a0751518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 14 deletions

View file

@ -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);
}