From 4e2886db8179072badaad0a3ff131b95dd0a7e94 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Fri, 11 May 2018 00:33:32 -0500 Subject: Use song constants --- src/pokemon_summary_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pokemon_summary_screen.c') diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index f77b7c38c..4ce4cca5b 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -1825,7 +1825,7 @@ void sub_81C174C(u8 taskId) } else { - PlaySE(0x20); + PlaySE(SE_HAZURE); sub_81C18F4(taskId); } } -- cgit v1.2.3