Audio retail OK (#1650)

* general OK

* wait for data

* sfx and sequence

* PR Suggestions

* debug file

* data

* PR
This commit is contained in:
engineer124
2024-01-31 10:24:13 +11:00
committed by GitHub
parent 17f08788aa
commit af6b821193
5 changed files with 1440 additions and 1385 deletions
+6
View File
@@ -119,4 +119,10 @@ typedef struct {
u16 params;
} SfxParams;
#if OOT_DEBUG
#define SFX_DIST_SCALING 1.0f
#else
#define SFX_DIST_SCALING 10.0f
#endif
#endif