mirror of
https://github.com/zeldaret/botw
synced 2026-09-10 03:52:13 -04:00
ksys/snd: Fix matching issues in MusicDefinition
The wrong overload of agl::utl::Parameter::init was being used. The one that only takes a name will use the name string for the label as well; this is not what the original function does, as the label for all the parameters is set to "" (the empty string).
This commit is contained in:
@@ -86097,7 +86097,7 @@
|
||||
0x0000007101014450,sub_7101014450,24,
|
||||
0x0000007101014468,sub_7101014468,52,
|
||||
0x000000710101449c,registerBmscdefEntryFactory,392,
|
||||
0x0000007101014624,ResourceBmscdef::doCreate,1716,_ZN4ksys3snd15MusicDefinition9doCreate_EPhjPN4sead4HeapE!
|
||||
0x0000007101014624,ResourceBmscdef::doCreate,1716,_ZN4ksys3snd15MusicDefinition9doCreate_EPhjPN4sead4HeapE
|
||||
0x0000007101014cd8,sub_7101014CD8,324,_ZNK4ksys3snd15MusicDefinition19getMusicIndexByNameERKN4sead14SafeStringBaseIcEE
|
||||
0x0000007101014e1c,sub_7101014E1C,364,_ZNK4ksys3snd15MusicDefinition22getMusicCategoryByNameERKN4sead14SafeStringBaseIcEE
|
||||
0x0000007101014f88,sub_7101014F88,316,_ZNK4ksys3snd15MusicDefinition30getPriorityValueByCategoryNameERKN4sead14SafeStringBaseIcEE
|
||||
|
||||
|
Can't render this file because it is too large.
|
Reference in New Issue
Block a user