diff options
| author | dannye <33dannye@gmail.com> | 2019-08-18 21:43:15 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2019-08-18 21:43:15 -0500 |
| commit | 8b0cd72a6095db7f1639dae81c3d8eefd5b814d8 (patch) | |
| tree | 28be7183055a671b23864ac873b32d4c7439fcf1 /audio/music/meeteviltrainer.asm | |
| parent | Update labels to match new audio macro names (diff) | |
| download | pokeyellow-8b0cd72a6095db7f1639dae81c3d8eefd5b814d8.tar.gz pokeyellow-8b0cd72a6095db7f1639dae81c3d8eefd5b814d8.tar.xz pokeyellow-8b0cd72a6095db7f1639dae81c3d8eefd5b814d8.zip | |
Finish cleaning up audio macro arguments and descriptions
break up arguments for stereo_panning and duty_cycle_pattern
note_type fade is signed
properly document arguments for vibrato, tempo, pitch_slide etc
Diffstat (limited to 'audio/music/meeteviltrainer.asm')
| -rw-r--r-- | audio/music/meeteviltrainer.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/music/meeteviltrainer.asm b/audio/music/meeteviltrainer.asm index eb4f05ae..eb7b5944 100644 --- a/audio/music/meeteviltrainer.asm +++ b/audio/music/meeteviltrainer.asm @@ -8,7 +8,7 @@ Music_MeetEvilTrainer_Ch1:: octave 3 note D_, 2 note C#, 2 - note_type 12, 4, 15 + note_type 12, 4, -7 note D_, 4 Music_MeetEvilTrainer_branch_7f6ae:: @@ -42,7 +42,7 @@ Music_MeetEvilTrainer_branch_7f6c2:: note B_, 4 note B_, 4 note B_, 4 - note_type 12, 4, 15 + note_type 12, 4, -7 note A#, 4 note_type 12, 12, 2 note G_, 2 @@ -54,7 +54,7 @@ Music_MeetEvilTrainer_branch_7f6c2:: note B_, 4 note B_, 4 note B_, 4 - note_type 12, 3, 15 + note_type 12, 3, -7 note A#, 4 note_type 12, 12, 2 sound_loop 0, Music_MeetEvilTrainer_branch_7f6c2 |
