Improved and fixed the playback of alternative sound files

Added a new mode to play_sfall_sound script function.
This commit is contained in:
NovaRain
2020-03-17 13:08:47 +08:00
parent 0c0d1dd73e
commit 0ba3b62eff
8 changed files with 211 additions and 101 deletions
+2 -2
View File
@@ -296,8 +296,8 @@
0x8228 - int get_attack_type
0x822b - int play_sfall_sound(string file, bool loop)
0x822c - void stop_sfall_sound(int id)
0x822b - int play_sfall_sound(string file, int mode)
0x822c - void stop_sfall_sound(int soundID)
0x8235 - array string_split(string string, string split)
0x8237 - int atoi(string string)