summaryrefslogtreecommitdiff
path: root/src/audio/data.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-01-01 03:56:14 +0100
committerGitHub <noreply@github.com>2023-12-31 19:56:14 -0700
commit98474c5b94e453fcee4d332657e45b2f626c62a3 (patch)
treef68be5a0abfb02c0dbd25d6297c67f041ca18598 /src/audio/data.c
parent2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (diff)
fix todo, bug not appears and change theme (#525)
* fix todo, bug not appears and change theme * fix warning
Diffstat (limited to 'src/audio/data.c')
-rw-r--r--src/audio/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/data.c b/src/audio/data.c
index 1beb1378f..cc08fd832 100644
--- a/src/audio/data.c
+++ b/src/audio/data.c
@@ -213,7 +213,7 @@ s16 gUnknownWave7[256] = {
s16 *gWaveSamples[6] = { sSawtoothWaves, sTriangleWaves, sSineWaves, sSquareWaves, sUnknownWave6, gUnknownWave7 };
-// TODO: file boundary?
+//! @todo file boundary?
u32 fill[2] = {0x00000000, 0x00000000};
// Transforms a pitch scale factor in -127..127 into a frequency scale factor
@@ -343,7 +343,7 @@ struct AdsrEnvelope gDefaultEnvelope[] = {
{ BSWAP16(ADSR_HANG), 0 } // then continue staying there
};
-// TODO 0x00000000800f624c fill2
+//! @todo 0x00000000800f624c fill2
u32 fill2 = 0x00000000;
struct NoteSubEu gZeroNoteSub = { 0 };