mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
9 lines
142 B
C
9 lines
142 B
C
#include "global.h"
|
|
|
|
#include "math_util.h"
|
|
|
|
fx32 sub_02096594(void) {
|
|
u16 vcount = GX_GetVCount();
|
|
return GF_SinDegNoWrap(vcount);
|
|
}
|