diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-25 20:12:52 -0400 | 
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-25 20:12:52 -0400 | 
| commit | f85513f76999c79c6355711fcefaf058d02c7c46 (patch) | |
| tree | ad60d6edad654974f1ef82538da0a402abd69903 /include/songs.h | |
| parent | 637774362fdbedd8a54b651e6196a1e1a4f4c093 (diff) | |
| parent | 06b6cada0ddedc62063171703ba6607019751a9a (diff) | |
Merge branch 'master' of https://github.com/pret/pokeruby into sound_check_menu
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 8180ee67e..a813cc785 100644 --- a/include/songs.h +++ b/include/songs.h @@ -121,16 +121,16 @@ enum      /*0x73*/ SE_TB_KON,      /*0x74*/ SE_TB_KARA,      /*0x75*/ SE_BIDORO, -    SE_W085, -    SE_W085B, -    SE_W231, -    SE_W171, -    SE_W233, -    SE_W233B, -    SE_W145, -    SE_W145B, -    SE_W145C, -    SE_W240, +    /*0x76*/ SE_W085, +    /*0x77*/ SE_W085B, +    /*0x78*/ SE_W231, +    /*0x79*/ SE_W171, +    /*0x7A*/ SE_W233, +    /*0x7B*/ SE_W233B, +    /*0x7C*/ SE_W145, +    /*0x7D*/ SE_W145B, +    /*0x7E*/ SE_W145C, +    /*0x7F*/ SE_W240,      SE_W015,      SE_W081,      SE_W081B, | 
