pokeheartgold/src/sin_vcount.c
2024-08-25 17:13:13 -04:00

9 lines
142 B
C

#include "global.h"
#include "math_util.h"
fx32 sub_02096594(void) {
u16 vcount = GX_GetVCount();
return GF_SinDegNoWrap(vcount);
}