sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

sound_volcano.inc.c (108B)


      1 // sound_volcano.inc.c
      2 
      3 void bhv_volcano_sound_loop(void) {
      4     cur_obj_play_sound_1(SOUND_ENV_DRONING1);
      5 }