aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/save_3.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-02-05 17:59:01 -0600
committerGitHub <noreply@github.com>2020-02-05 17:59:01 -0600
commit5048f24816e95fc38a708b967648deb86c62a689 (patch)
treec6b15116aefe09c91c3047d506fc7bbf677f8001 /audio/sfx/save_3.asm
parentNew Discord invite link (diff)
parentRename dnote to drum_note and dspeed to drum_speed (diff)
downloadpokeyellow-5048f24816e95fc38a708b967648deb86c62a689.tar.gz
pokeyellow-5048f24816e95fc38a708b967648deb86c62a689.tar.xz
pokeyellow-5048f24816e95fc38a708b967648deb86c62a689.zip
Merge pull request #223 from pret/audio-macros
Audio macros
Diffstat (limited to 'audio/sfx/save_3.asm')
-rw-r--r--audio/sfx/save_3.asm56
1 files changed, 28 insertions, 28 deletions
diff --git a/audio/sfx/save_3.asm b/audio/sfx/save_3.asm
index eda54e9e..8db092b2 100644
--- a/audio/sfx/save_3.asm
+++ b/audio/sfx/save_3.asm
@@ -1,36 +1,36 @@
-SFX_Save_3_Ch4:
- duty 2
+SFX_Save_3_Ch5:
+ duty_cycle 2
IF DEF(_RED)
- squarenote 4, 15, 4, 1792
- squarenote 3, 14, 4, 1664
- squarenote 3, 14, 4, 1728
- squarenote 3, 14, 4, 1792
- squarenote 2, 14, 4, 1952
+ square_note 4, 15, 4, 1792
+ square_note 3, 14, 4, 1664
+ square_note 3, 14, 4, 1728
+ square_note 3, 14, 4, 1792
+ square_note 2, 14, 4, 1952
ELSE
- squarenote 3, 14, 4, 1536
- squarenote 3, 14, 4, 1664
- squarenote 3, 14, 4, 1728
- squarenote 3, 14, 4, 1792
- squarenote 15, 15, 2, 2016
+ square_note 3, 14, 4, 1536
+ square_note 3, 14, 4, 1664
+ square_note 3, 14, 4, 1728
+ square_note 3, 14, 4, 1792
+ square_note 15, 15, 2, 2016
ENDC
- endchannel
+ sound_ret
-SFX_Save_3_Ch5:
- duty 2
+SFX_Save_3_Ch6:
+ duty_cycle 2
IF DEF(_RED)
- squarenote 4, 0, 8, 0
- squarenote 3, 13, 4, 1793
- squarenote 3, 12, 4, 1665
- squarenote 3, 12, 4, 1729
- squarenote 3, 12, 4, 1793
- squarenote 2, 12, 4, 1953
+ square_note 4, 0, 8, 0
+ square_note 3, 13, 4, 1793
+ square_note 3, 12, 4, 1665
+ square_note 3, 12, 4, 1729
+ square_note 3, 12, 4, 1793
+ square_note 2, 12, 4, 1953
ELSE
- squarenote 3, 0, 8, 0
- squarenote 3, 12, 4, 1537
- squarenote 3, 12, 4, 1665
- squarenote 3, 12, 4, 1729
- squarenote 3, 12, 4, 1793
- squarenote 15, 13, 2, 2017
+ square_note 3, 0, 8, 0
+ square_note 3, 12, 4, 1537
+ square_note 3, 12, 4, 1665
+ square_note 3, 12, 4, 1729
+ square_note 3, 12, 4, 1793
+ square_note 15, 13, 2, 2017
ENDC
- endchannel
+ sound_ret