diff options
| author | dannye <33dannye@gmail.com> | 2018-03-16 20:35:40 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2018-03-16 20:35:40 -0500 |
| commit | 4398dde1e483d74ae9997aba11f62b9810f9f77b (patch) | |
| tree | 4a927ad4d31946a428d17765386337aad589d05e /audio/sfx/faint_thud.asm | |
| parent | Break up pitchenvelope parameters into length and pitch change (diff) | |
| download | pokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.tar.gz pokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.tar.xz pokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.zip | |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/faint_thud.asm')
| -rw-r--r-- | audio/sfx/faint_thud.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sfx/faint_thud.asm b/audio/sfx/faint_thud.asm index 6dd9b005..d866b588 100644 --- a/audio/sfx/faint_thud.asm +++ b/audio/sfx/faint_thud.asm @@ -1,11 +1,11 @@ SFX_Faint_Thud_Ch4: - squarenote 15, 209, 0, 2 + squarenote 15, 13, 1, 512 pitchenvelope 0, 0 endchannel SFX_Faint_Thud_Ch7: - noisenote 4, 245, 51 - noisenote 8, 244, 34 - noisenote 15, 242, 33 + noisenote 4, 15, 5, 51 + noisenote 8, 15, 4, 34 + noisenote 15, 15, 2, 33 endchannel |
