HackerN64 / HackerSM64

A Super Mario 64 decompilation repo based on CrashOveride95/ultrasm64 that aims to provide a flexible, easy-to-use base for creating romhacks.
328 stars 146 forks source link

Label unlabelled audio func (func_80321080 to stop_secondary_music) #782

Closed Reonu closed 4 months ago

Reonu commented 4 months ago

I've used this function a bunch in my hacks and it's weird that it isn't labelled. It isn't some obscure function you'd never want to use, it's just to cancel the secondary music (like the piranha plant lullaby) and go back to playing the level's music.

Reonu commented 4 months ago

Seems like it would be more accurate to call this something like stop_secondary_music()

Sure