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:
parent
e050319e07
commit
b8a0751518
2 changed files with 4 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue