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:
parent
17f08788aa
commit
af6b821193
5 changed files with 1440 additions and 1385 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue