aboutsummaryrefslogtreecommitdiff
path: root/c/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.h')
-rw-r--r--c/echo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/echo.h b/c/echo.h
index b13abb7..5c737fb 100644
--- a/c/echo.h
+++ b/c/echo.h
@@ -13,8 +13,8 @@ enum {
};
/* Echo status flags */
-#define ECHO_STAT_BGM 0x0001 /* Background music is playing */
-#define ECHO_STAT_SFX 0x0002 /* Sound effect is playing */
+#define ECHO_STAT_BGM 0x0002 /* Background music is playing */
+#define ECHO_STAT_SFX 0x0001 /* Sound effect is playing */
#define ECHO_STAT_BUSY 0x8000 /* Echo still didn't parse command */
/* Function prototypes */