diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-05 23:21:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 23:21:03 -0500 |
commit | 2cb551cf0df29e2602d6a80c16f8bac0a136b134 (patch) | |
tree | ed6f6f0faa3a88b86d1332a70ee8b1a64778cd25 /include/constants | |
parent | 0659d53c27fcb85b70c6f5a5065967fdc3da115d (diff) | |
parent | 4fafb81b2f2e04e910ac05eaee038ff12889d846 (diff) |
Merge pull request #13 from ProjectRevoTPP/sound
decompile sound.c
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/songs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/songs.h b/include/constants/songs.h index 2e3adcbbf..e31a38fdc 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -1,6 +1,7 @@ #ifndef GUARD_CONSTANTS_SONGS_H #define GUARD_CONSTANTS_SONGS_H +#define MUS_DUMMY 0 #define SE_STOP 0 #define SE_KAIFUKU 1 #define SE_PC_LOGON 2 |