summaryrefslogtreecommitdiff
path: root/src/m4a_tables.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-09-08 16:31:47 -0400
committerGitHub <noreply@github.com>2020-09-08 16:31:47 -0400
commit818bc4ebe5893783ef386b10b8b0ec6b4967086b (patch)
tree4239d2cb1ce9d69df2d6e872dc993ad06ee08776 /src/m4a_tables.c
parent16ecbc6446f4e8d308e71aa5e649c69acb8a6b3e (diff)
parent4d31980359af92c407a15358d3c73ba47d6f00b7 (diff)
Merge pull request #1179 from PokeCodec/Maintenance
Match CheckBagHasSpace
Diffstat (limited to 'src/m4a_tables.c')
-rw-r--r--src/m4a_tables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m4a_tables.c b/src/m4a_tables.c
index 9a4ea32e6..dfd285b1f 100644
--- a/src/m4a_tables.c
+++ b/src/m4a_tables.c
@@ -83,7 +83,7 @@ const u8 gScaleTable[] =
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B,
};
-const u32 gFreqTable[] =
+const u32 gFreqTable[12] =
{
2147483648u,
2275179671u,
@@ -99,7 +99,7 @@ const u32 gFreqTable[] =
4053909305u,
};
-const u16 gPcmSamplesPerVBlankTable[] =
+const u16 gPcmSamplesPerVBlankTable[12] =
{
96,
132,
@@ -130,7 +130,7 @@ const u8 gCgbScaleTable[] =
0xA0, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xAB,
};
-const s16 gCgbFreqTable[] =
+const s16 gCgbFreqTable[12] =
{
-2004,
-1891,