Index gBardSoundsTable

This commit is contained in:
GriffinR
2021-01-14 03:53:32 -05:00
parent 46e0a0607d
commit 8e06d5679c
2 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ const struct BardSound *GetWordSounds(u16 word)
{
return gBardSound_InvalidWord;
}
category = word >> 9;
subword = word & 0x1ff;
category = EC_GROUP(word);
subword = EC_INDEX(word);
switch (category)
{
case EC_GROUP_POKEMON: