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/teleport_exit1_3.asm | |
parent | 8b0cd72a6095db7f1639dae81c3d8eefd5b814d8 (diff) |
Make pitch_sweep pitch change argument consistent with the other signed magnitude arguments
Diffstat (limited to 'audio/sfx/teleport_exit1_3.asm')
-rw-r--r-- | audio/sfx/teleport_exit1_3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sfx/teleport_exit1_3.asm b/audio/sfx/teleport_exit1_3.asm index 6a3b2d96..350da576 100644 --- a/audio/sfx/teleport_exit1_3.asm +++ b/audio/sfx/teleport_exit1_3.asm @@ -6,5 +6,5 @@ SFX_Teleport_Exit1_3_Ch5: square_note 15, 8, 7, 1536 square_note 15, 4, 7, 1664 square_note 15, 1, 7, 1792 - pitch_sweep 0, 0 + pitch_sweep 0, 8 sound_ret |