summaryrefslogtreecommitdiff
path: root/src/field_tasks.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_tasks.c
parentd7ec1d234b260df869213e195055dd75bcbe5cf3 (diff)
parented714f1d4910e6107f684a0f27566a0fe7c6ec6f (diff)
Merge pull request #799 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r--src/field_tasks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c
index abc4e1505..5709cb998 100644
--- a/src/field_tasks.c
+++ b/src/field_tasks.c
@@ -336,7 +336,7 @@ void PerStepCallback_8069864(u8 taskId)
data[3] = y;
if (MetatileBehavior_IsPacifidlogLog(MapGridGetMetatileBehaviorAt(x, y)))
{
- PlaySE(SE_MIZU);
+ PlaySE(SE_PUDDLE);
}
}
break;
@@ -427,7 +427,7 @@ void PerStepCallback_8069AA0(u8 taskId)
}
if (flag && (isFortreeBridgeCur == 1 || isFortreeBridgePrev == 1))
{
- PlaySE(SE_HASHI);
+ PlaySE(SE_BRIDGE_WALK);
}
if (isFortreeBridgePrev)
{
@@ -603,7 +603,7 @@ void PerStepCallback_8069DD4(u8 taskId)
{
x = data[4];
y = data[5];
- PlaySE(SE_RU_BARI);
+ PlaySE(SE_ICE_CRACK);
MapGridSetMetatileIdAt(x, y, METATILE_ID(SootopolisGym, Ice_Cracked));
CurrentMapDrawMetatileAt(x, y);
sub_8069CFC(x - 7, y - 7);
@@ -619,7 +619,7 @@ void PerStepCallback_8069DD4(u8 taskId)
{
x = data[4];
y = data[5];
- PlaySE(SE_RU_GASYAN);
+ PlaySE(SE_ICE_BREAK);
MapGridSetMetatileIdAt(x, y, METATILE_ID(SootopolisGym, Ice_Broken));
CurrentMapDrawMetatileAt(x, y);
data[1] = 1;