summaryrefslogtreecommitdiff
path: root/src/field_control_avatar.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-31 13:42:52 -0400
committerGitHub <noreply@github.com>2020-08-31 13:42:52 -0400
commit69ce45f71f49c859ca7adc07902842503c07d405 (patch)
tree06f27893dcbc5a32d898325df733bf33d1aabae6 /src/field_control_avatar.c
parentd7ec1d234b260df869213e195055dd75bcbe5cf3 (diff)
parented714f1d4910e6107f684a0f27566a0fe7c6ec6f (diff)
Merge pull request #799 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/field_control_avatar.c')
-rw-r--r--src/field_control_avatar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c
index 619c5ce9f..d33292e87 100644
--- a/src/field_control_avatar.c
+++ b/src/field_control_avatar.c
@@ -895,7 +895,7 @@ bool8 dive_warp(struct MapPosition *position, u16 metatileBehavior)
{
StoreInitialPlayerAvatarState();
sp13E_warp_to_last_warp();
- PlaySE(SE_W291);
+ PlaySE(SE_M_DIVE);
return TRUE;
}
}
@@ -905,7 +905,7 @@ bool8 dive_warp(struct MapPosition *position, u16 metatileBehavior)
{
StoreInitialPlayerAvatarState();
sp13E_warp_to_last_warp();
- PlaySE(SE_W291);
+ PlaySE(SE_M_DIVE);
return TRUE;
}
}