diff options
| author | dannye <33dannye@gmail.com> | 2019-08-25 09:57:50 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2019-08-25 09:57:50 -0500 |
| commit | 44b9a240d4b2dd28737fa7aff37fb7d0582b25d6 (patch) | |
| tree | 966f65032d33934c2364bce34ebab352aa632b02 /audio/sfx/healing_machine_3.asm | |
| parent | Finish cleaning up audio macro arguments and descriptions (diff) | |
| download | pokeyellow-44b9a240d4b2dd28737fa7aff37fb7d0582b25d6.tar.gz pokeyellow-44b9a240d4b2dd28737fa7aff37fb7d0582b25d6.tar.xz pokeyellow-44b9a240d4b2dd28737fa7aff37fb7d0582b25d6.zip | |
Make pitch_sweep pitch change argument consistent with the other signed magnitude arguments
Diffstat (limited to 'audio/sfx/healing_machine_3.asm')
| -rw-r--r-- | audio/sfx/healing_machine_3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sfx/healing_machine_3.asm b/audio/sfx/healing_machine_3.asm index 3078dba5..5df3856b 100644 --- a/audio/sfx/healing_machine_3.asm +++ b/audio/sfx/healing_machine_3.asm @@ -4,6 +4,6 @@ SFX_Healing_Machine_3_Ch5: square_note 4, 15, 2, 1280 pitch_sweep 2, 2 square_note 2, 15, 1, 1280 - pitch_sweep 0, 0 + pitch_sweep 0, 8 square_note 1, 0, 0, 0 sound_ret |
