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/cry02_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/cry02_2.asm')
| -rw-r--r-- | audio/sfx/cry02_2.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/sfx/cry02_2.asm b/audio/sfx/cry02_2.asm index 6e9ff69f..f3718e57 100644 --- a/audio/sfx/cry02_2.asm +++ b/audio/sfx/cry02_2.asm @@ -1,17 +1,17 @@ -SFX_Cry02_2_Ch4: - duty 0 - squarenote 8, 15, 5, 1152 - squarenote 2, 14, 1, 1504 - squarenote 8, 13, 1, 1500 - endchannel +SFX_Cry02_2_Ch5: + duty_cycle 0 + square_note 8, 15, 5, 1152 + square_note 2, 14, 1, 1504 + square_note 8, 13, 1, 1500 + sound_ret -SFX_Cry02_2_Ch5: - dutycycle 165 - squarenote 7, 9, 5, 1089 - squarenote 2, 8, 1, 1313 - squarenote 8, 6, 1, 1306 +SFX_Cry02_2_Ch6: + duty_cycle_pattern 165 + square_note 7, 9, 5, 1089 + square_note 2, 8, 1, 1313 + square_note 8, 6, 1, 1306 -SFX_Cry02_2_Ch7: - endchannel +SFX_Cry02_2_Ch8: + sound_ret |
