summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-07 12:58:11 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-07 13:33:05 -0500
commit54b254a829d973345b0d282b7a4ffd7458a5c7da (patch)
treedb16c5d0a7b31889ecbc49e28c1e8c79c41f9606 /src/intro.c
parent4f825a6ee012c925b3da100b67d363676a03029d (diff)
Add CRY_MODE constants
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c
index 5cf99c97e..00cb42ac2 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -1925,7 +1925,7 @@ static void Task_Scene3_Groudon(u8 taskId)
tScreenX = 80;
tScreenY = 41;
tDelay = 16;
- PlayCryInternal(SPECIES_GROUDON, 0, 100, 10, 0);
+ PlayCryInternal(SPECIES_GROUDON, 0, 100, 10, CRY_MODE_NORMAL);
tState++;
}
break;