Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
UnkFunc49.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "npc.h"
3
4API_CALLABLE(N(UnkFunc49)) {
5 script->varTable[5] = (cos_deg(-(f32) script->varTable[3] - 35.0) * 3.0) - 2.3;
6 script->varTable[6] = sin_deg(-(f32) script->varTable[3] - 35.0) * 5.0;
7
8 return ApiStatus_DONE2;
9}
#define sin_deg
#define cos_deg
#define ApiStatus_DONE2
Definition evt.h:118