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

7 lines
151 B
C

// sound_spawner.c.inc
void bhv_sound_spawner_init(void) {
s32 sp1C = o->oSoundEffectUnkF4;
play_sound(sp1C, o->header.gfx.cameraToObject);
}