Open
Description
I noticed that most music events from chinese2.c are missing in the music event data dump. This script in particular appears to be using an extra function called func_15
to play music events rather than directly calling AUDIO::TRIGGER_MUSIC_EVENT
. For example: func_15("CHN2_STOP_TRACK", 0, func_173());
There may be other scripts that do this, but this is the only one I have found so far.