diff options
| author | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-25 18:50:23 -0500 |
| commit | 17be6c96fea9f5b7682bbfcb611a2fe21da409a7 (patch) | |
| tree | 3bdcd5b7248c694221f2d1ac1e90fa34ebda3e74 /audio/sfx/surfing_crash.asm | |
| parent | Fix bad label reference (diff) | |
| download | pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.gz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.xz pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.zip | |
Update Audio 4 sfx names
Diffstat (limited to 'audio/sfx/surfing_crash.asm')
| -rw-r--r-- | audio/sfx/surfing_crash.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sfx/surfing_crash.asm b/audio/sfx/surfing_crash.asm index e1af7f6a..26e5b0f7 100644 --- a/audio/sfx/surfing_crash.asm +++ b/audio/sfx/surfing_crash.asm @@ -1,5 +1,5 @@ SFX_Surfing_Crash_Ch8: - noise_note 2, 15, 1, 50 - noise_note 2, 0, 0, 0 - noise_note 4, 14, 6, 33 + noise_note 3, 15, 3, 102 + noise_note 3, 3, 3, 83 + noise_note 7, 15, 5, 81 sound_ret |
