1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1440 additions and 1385 deletions

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