Merge pull request #1547 from GriffinRichards/doc-sounddata

Clean up sound, add CRY_MODE constants
This commit is contained in:
GriffinR
2021-11-13 15:54:40 -05:00
committed by GitHub
345 changed files with 1238 additions and 1179 deletions

View File

@@ -1578,7 +1578,7 @@ static void SpriteCB_WinnerMonSlideIn(struct Sprite *sprite)
{
if (++sprite->data[0] == 10)
{
PlayCry1(sprite->data[1], 0);
PlayCry_Normal(sprite->data[1], 0);
sprite->data[1] = 0;
}
}