diff options
| author | dannye <33dannye@gmail.com> | 2022-09-11 23:34:59 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2022-09-12 00:53:37 -0500 |
| commit | ecab35295aefb44227ba38f257dc40c8c10474e3 (patch) | |
| tree | d04160bc19180ee50a941d121f90cc7071e7a672 /audio/music | |
| parent | Replace Hard-Coded Number With Constant (diff) | |
| parent | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants (diff) | |
| download | pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.tar.gz pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.tar.xz pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'audio/music')
| -rw-r--r-- | audio/music/yellowintro.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/music/yellowintro.asm b/audio/music/yellowintro.asm index bb741a22..f0acb8f5 100644 --- a/audio/music/yellowintro.asm +++ b/audio/music/yellowintro.asm @@ -99,7 +99,6 @@ Music_YellowIntro_Ch1:: note B_, 16 sound_ret - Music_YellowIntro_Ch2:: duty_cycle 2 vibrato 6, 1, 5 @@ -202,7 +201,6 @@ Music_YellowIntro_Ch2:: note E_, 16 sound_ret - Music_YellowIntro_Ch3:: note_type 12, 1, 0 octave 4 |
