pokeheartgold/src/sin_vcount.c
2023-07-12 00:55:43 +01:00

8 lines
141 B
C

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