diff options
| author | dannye <33dannye@gmail.com> | 2018-03-16 17:56:37 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2018-03-16 18:07:41 -0500 |
| commit | b382473f7b6827020f5544c8dcc730be8fc83f6e (patch) | |
| tree | f0a83aec2a4c0ca399602da0a0185d8c175221c1 /audio/sfx/ledge_3.asm | |
| parent | Merge pull request #178 from Eggy0/master (diff) | |
| download | pokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.tar.gz pokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.tar.xz pokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.zip | |
Break up pitchenvelope parameters into length and pitch change
Diffstat (limited to 'audio/sfx/ledge_3.asm')
| -rw-r--r-- | audio/sfx/ledge_3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sfx/ledge_3.asm b/audio/sfx/ledge_3.asm index 466ada0b..858aad9c 100644 --- a/audio/sfx/ledge_3.asm +++ b/audio/sfx/ledge_3.asm @@ -1,6 +1,6 @@ SFX_Ledge_3_Ch4: duty 2 - pitchenvelope 149 + pitchenvelope 9, 5 squarenote 15, 242, 0, 4 - pitchenvelope 8 + pitchenvelope 0, 0 endchannel |
