Files
ac-decomp/src/actor/ac_fallSESW_move.c_inc
T
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

9 lines
171 B
Plaintext

void aFLEW_actor_move(ACTOR* actor, GAME*) {
xyz_t pos;
xyz_t_move(&pos, &actor->world.position);
pos.y += 40.0f;
sAdo_OngenPos((u32)actor, 12, &pos);
}