mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 22:33:30 -05:00
8 lines
141 B
C
8 lines
141 B
C
#include "global.h"
|
|
#include "math_util.h"
|
|
|
|
fx32 sub_02096594(void) {
|
|
u16 vcount = GX_GetVCount();
|
|
return GF_SinDegNoWrap(vcount);
|
|
}
|