diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
commit | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (patch) | |
tree | cb094078122b217fc67e2285614b79c6e83eaf88 /src/vs_seeker.c | |
parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) |
Give songs meaningful english names
Diffstat (limited to 'src/vs_seeker.c')
-rw-r--r-- | src/vs_seeker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs_seeker.c b/src/vs_seeker.c index eb49a5e45..b31b691dc 100644 --- a/src/vs_seeker.c +++ b/src/vs_seeker.c @@ -779,7 +779,7 @@ static void Task_VsSeeker_2(u8 taskId) if (data[2] != 2 && --data[1] == 0) { - PlaySE(SE_C_PIKON); + PlaySE(SE_CONTEST_MONS_TURN); data[1] = 11; data[2]++; } |