diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-06-19 15:29:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 15:29:24 +0200 |
commit | 11ad653b57d811dbe8df831d4987128da39bdcb5 (patch) | |
tree | 9e9a793c7dc9a4af7992e6b65c0418d16b25a400 /include/songs.h | |
parent | 48a15638c63f2b3d4b2d12d346e466ddca006570 (diff) | |
parent | 13ff901d46f1726d5c0680cf8593484e0e9bbc4d (diff) |
Merge pull request #1 from pret/master
be up to date with the master
Diffstat (limited to 'include/songs.h')
-rw-r--r-- | include/songs.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/include/songs.h b/include/songs.h index d7829479f..72d28a355 100644 --- a/include/songs.h +++ b/include/songs.h @@ -20,22 +20,22 @@ enum /*0x0E*/ SE_KOUKA_H, /*0x0F*/ SE_BOWA2, /*0x10*/ SE_POKE_DEAD, - SE_NIGERU, - SE_JIDO_DOA, - SE_NAMINORI, - SE_BAN, - SE_PIN, - SE_BOO, - SE_BOWA, - SE_JYUNI, - SE_A, - SE_I, - SE_U, - SE_E, - SE_O, - SE_N, - SE_SEIKAI, - SE_HAZURE, + /*0x11*/ SE_NIGERU, + /*0x12*/ SE_JIDO_DOA, + /*0x13*/ SE_NAMINORI, + /*0x14*/ SE_BAN, + /*0x15*/ SE_PIN, + /*0x16*/ SE_BOO, + /*0x17*/ SE_BOWA, + /*0x18*/ SE_JYUNI, + /*0x19*/ SE_A, + /*0x1A*/ SE_I, + /*0x1B*/ SE_U, + /*0x1C*/ SE_E, + /*0x1D*/ SE_O, + /*0x1E*/ SE_N, + /*0x1F*/ SE_SEIKAI, + /*0x20*/ SE_HAZURE, SE_EXP, SE_JITE_PYOKO, SE_MU_PACHI, @@ -93,7 +93,7 @@ enum SE_T_KAMI, SE_T_KAMI2, SE_ELEBETA, - SE_HINSI, + /*0x5A*/ SE_HINSI, SE_EXPMAX, SE_TAMAKORO, SE_TAMAKORO_E, @@ -112,11 +112,11 @@ enum SE_JIHANKI, SE_TAMA, SE_Z_SCROLL, - SE_Z_PAGE, - SE_PN_ON, - SE_PN_OFF, - SE_Z_SEARCH, - SE_TAMAGO, + /*0x6D*/ SE_Z_PAGE, + /*0x6E*/ SE_PN_ON, + /*0x6F*/ SE_PN_OFF, + /*0x70*/ SE_Z_SEARCH, + /*0x71*/ SE_TAMAGO, /*0x72*/ SE_TB_START, /*0x73*/ SE_TB_KON, /*0x74*/ SE_TB_KARA, |