diff options
Diffstat (limited to 'src/code/audio_rodata.c')
| -rw-r--r-- | src/code/audio_rodata.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/code/audio_rodata.c b/src/code/audio_rodata.c new file mode 100644 index 000000000..469c5fc35 --- /dev/null +++ b/src/code/audio_rodata.c @@ -0,0 +1,7 @@ +#include "global.h" + +const s16 D_8014A6C0[] = { + 0x1C00, + 0x0030, +}; +const AudioContextInitSizes D_8014A6C4 = { 0x37F00, 0xE0E0, 0xBCE0 }; |
