aboutsummaryrefslogtreecommitdiff
path: root/c/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.c')
-rw-r--r--c/echo.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/echo.c b/c/echo.c
index 0c4fc33..249ea92 100644
--- a/c/echo.c
+++ b/c/echo.c
@@ -155,6 +155,15 @@ void echo_stop_bgm(void) {
}
//***************************************************************************
+// echo_resume_bgm
+// Resumes background music playback.
+//***************************************************************************
+
+void echo_resume_bgm(void) {
+ echo_send_command(ECHO_CMD_RESUMEBGM);
+}
+
+//***************************************************************************
// echo_play_sfx
// Starts playing a sound effect.
//---------------------------------------------------------------------------