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

6 lines
124 B
C

// floating_box.c.inc
void bhv_jrb_floating_box_loop(void) {
o->oPosY = o->oHomeY + sins(o->oTimer * 0x400) * 10.0f;
}