sm64pc/src/game/behaviors/floating_box.inc.c

6 lines
124 B
C
Raw Normal View History

2019-08-25 04:46:40 +00:00
// floating_box.c.inc
void bhv_jrb_floating_box_loop(void) {
o->oPosY = o->oHomeY + sins(o->oTimer * 0x400) * 10.0f;
}