diff options
author | Treeki <treeki@gmail.com> | 2012-09-22 23:32:44 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-22 23:32:44 +0200 |
commit | 649f1998d02d54344c0b8cd902dea9c770be8656 (patch) | |
tree | d1812d2ae2d62b6a71b480d8a0ae962ae6b01408 /include/sfx.h | |
parent | 2d516c7c77158eb2125ff4f53d5051762df5959d (diff) | |
download | kamek-649f1998d02d54344c0b8cd902dea9c770be8656.tar.gz kamek-649f1998d02d54344c0b8cd902dea9c770be8656.zip |
refactored animations, and added new untested ones
Diffstat (limited to '')
-rw-r--r-- | include/sfx.h | 3 |
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 |