summaryrefslogtreecommitdiff
path: root/include/sfx.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/sfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx.h b/include/sfx.h
index 61ee664..b84e89c 100644
--- a/include/sfx.h
+++ b/include/sfx.h
@@ -4,6 +4,7 @@
#include <common.h>
enum SFX {
+ SE_NULL = -1,
SE_DEMO_OP_DUMMY_U = 0,
SE_DEMO_OP_JUMP_JR_0954f = 1,
SE_DEMO_OP_LAND_JR_0983f = 2,
@@ -1984,4 +1985,4 @@ enum SFX {
SE_GAKKI_L_2_ON = 1977
};
-#endif \ No newline at end of file
+#endif