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/dex_page_added.asm | |
parent | b382473f7b6827020f5544c8dcc730be8fc83f6e (diff) |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/dex_page_added.asm')
-rw-r--r-- | audio/sfx/dex_page_added.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sfx/dex_page_added.asm b/audio/sfx/dex_page_added.asm index 6f1d1457..46039163 100644 --- a/audio/sfx/dex_page_added.asm +++ b/audio/sfx/dex_page_added.asm @@ -1,15 +1,15 @@ SFX_Dex_Page_Added_Ch4: duty 2 pitchenvelope 4, 4 - squarenote 15, 240, 240, 4 + squarenote 15, 15, 0, 1264 pitchenvelope 1, 7 - squarenote 15, 242, 80, 6 + squarenote 15, 15, 2, 1616 pitchenvelope 0, 0 endchannel SFX_Dex_Page_Added_Ch5: duty 2 - squarenote 15, 146, 0, 6 - squarenote 15, 146, 130, 7 + squarenote 15, 9, 2, 1536 + squarenote 15, 9, 2, 1922 endchannel |