diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-06-21 20:47:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 20:47:58 +0200 |
commit | c84bb67156d6ab822b6ff1b508e9fae73f054675 (patch) | |
tree | 5973f1e72156bb75cb6561a11dd7f333b90fcb3f /include/songs.h | |
parent | 11ad653b57d811dbe8df831d4987128da39bdcb5 (diff) | |
parent | 42ae04c74fe07d05175efb4df143dbcf1b2752bc (diff) |
Merge pull request #2 from pret/master
be up to date with master2
Diffstat (limited to 'include/songs.h')
-rw-r--r-- | include/songs.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/songs.h b/include/songs.h index 72d28a355..8180ee67e 100644 --- a/include/songs.h +++ b/include/songs.h @@ -59,12 +59,12 @@ enum SE_MOTER, SE_CARD, SE_SAVE, - SE_KON, - SE_KON2, - SE_KON3, - SE_KON4, - SE_SUIKOMU, - SE_NAGERU, + /*0x38*/ SE_KON, + /*0x39*/ SE_KON2, + /*0x3A*/ SE_KON3, + /*0x3B*/ SE_KON4, + /*0x3C*/ SE_SUIKOMU, + /*0x3D*/ SE_NAGERU, SE_TOY_C, SE_TOY_D, SE_TOY_E, @@ -270,10 +270,10 @@ enum BGM_NAMINORI, BGM_DAN01, /*0x16F*/ BGM_FANFA1, - BGM_ME_ASA, - BGM_ME_BACHI, - BGM_FANFA4, - BGM_FANFA5, + /*0x170*/ BGM_ME_ASA, + /*0x171*/ BGM_ME_BACHI, + /*0x172*/ BGM_FANFA4, + /*0x173*/ BGM_FANFA5, BGM_ME_WAZA, BGM_BIJYUTU, BGM_DOORO_X4, |