summaryrefslogtreecommitdiff
path: root/include/sfx.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-22 23:32:44 +0200
committerTreeki <treeki@gmail.com>2012-09-22 23:32:44 +0200
commit649f1998d02d54344c0b8cd902dea9c770be8656 (patch)
treed1812d2ae2d62b6a71b480d8a0ae962ae6b01408 /include/sfx.h
parent2d516c7c77158eb2125ff4f53d5051762df5959d (diff)
downloadkamek-649f1998d02d54344c0b8cd902dea9c770be8656.tar.gz
kamek-649f1998d02d54344c0b8cd902dea9c770be8656.zip
refactored animations, and added new untested ones
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