diff options
| author | dannye <33dannye@gmail.com> | 2019-07-27 23:21:39 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2019-07-27 23:21:39 -0500 |
| commit | 20c4116788d4d29b14c85ffce77e65faf89716b7 (patch) | |
| tree | 7dcc36a1b3568ebe5b98b3cc7ddb8344a2162cc9 /audio/sfx/cry0c_2.asm | |
| parent | Merge pull request #220 from Rangi42/master (diff) | |
| download | pokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.tar.gz pokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.tar.xz pokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.zip | |
Update audio macro names
change audio channel numbers from 0-7 back to 1-8
change all note macros back to single note macro
todo: fix comments with old macro names, update noise macros/instrument names
Diffstat (limited to 'audio/sfx/cry0c_2.asm')
| -rw-r--r-- | audio/sfx/cry0c_2.asm | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/audio/sfx/cry0c_2.asm b/audio/sfx/cry0c_2.asm index e94609c9..dd1a90c1 100644 --- a/audio/sfx/cry0c_2.asm +++ b/audio/sfx/cry0c_2.asm @@ -1,29 +1,29 @@ -SFX_Cry0C_2_Ch4: - dutycycle 204 - squarenote 8, 15, 5, 1536 - squarenote 2, 13, 2, 1592 - squarenote 2, 12, 2, 1584 - squarenote 2, 12, 2, 1576 - squarenote 2, 11, 2, 1568 - squarenote 2, 11, 2, 1552 - squarenote 2, 10, 2, 1560 - squarenote 2, 11, 2, 1552 - squarenote 8, 12, 1, 1568 - endchannel +SFX_Cry0C_2_Ch5: + duty_cycle_pattern 204 + square_note 8, 15, 5, 1536 + square_note 2, 13, 2, 1592 + square_note 2, 12, 2, 1584 + square_note 2, 12, 2, 1576 + square_note 2, 11, 2, 1568 + square_note 2, 11, 2, 1552 + square_note 2, 10, 2, 1560 + square_note 2, 11, 2, 1552 + square_note 8, 12, 1, 1568 + sound_ret -SFX_Cry0C_2_Ch5: - dutycycle 68 - squarenote 12, 12, 3, 1472 - squarenote 3, 11, 1, 1529 - squarenote 2, 10, 1, 1521 - squarenote 2, 10, 1, 1513 - squarenote 2, 9, 1, 1505 - squarenote 2, 9, 1, 1497 - squarenote 2, 8, 1, 1489 - squarenote 2, 9, 1, 1497 - squarenote 8, 9, 1, 1505 +SFX_Cry0C_2_Ch6: + duty_cycle_pattern 68 + square_note 12, 12, 3, 1472 + square_note 3, 11, 1, 1529 + square_note 2, 10, 1, 1521 + square_note 2, 10, 1, 1513 + square_note 2, 9, 1, 1505 + square_note 2, 9, 1, 1497 + square_note 2, 8, 1, 1489 + square_note 2, 9, 1, 1497 + square_note 8, 9, 1, 1505 -SFX_Cry0C_2_Ch7: - endchannel +SFX_Cry0C_2_Ch8: + sound_ret |
