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/finalbattle.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/finalbattle.asm')
| -rw-r--r-- | audio/music/finalbattle.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/music/finalbattle.asm b/audio/music/finalbattle.asm index 19fc01e5..6dec6bbb 100644 --- a/audio/music/finalbattle.asm +++ b/audio/music/finalbattle.asm @@ -147,7 +147,7 @@ Music_FinalBattle_branch_23429:: note F_, 4 note F#, 12 note A#, 4 - note_type 12, 5, 14 + note_type 12, 5, -6 note B_, 12 note_type 12, 11, 2 note E_, 3 @@ -475,7 +475,7 @@ Music_FinalBattle_Ch2:: octave 4 note E_, 1 note E_, 3 - note_type 12, 4, 10 + note_type 12, 4, -2 octave 3 note G#, 4 @@ -634,7 +634,7 @@ Music_FinalBattle_branch_235e6:: note F#, 12 note_type 12, 12, 7 note F#, 4 - note_type 12, 1, 15 + note_type 12, 1, -7 octave 3 note F#, 8 note_type 12, 9, 0 @@ -686,7 +686,7 @@ Music_FinalBattle_branch_235e6:: note_type 12, 12, 7 octave 4 note D_, 8 - note_type 12, 4, 12 + note_type 12, 4, -4 note C_, 8 note_type 12, 13, 7 note E_, 8 @@ -696,7 +696,7 @@ Music_FinalBattle_branch_235e6:: note B_, 8 note A#, 4 note B_, 12 - note_type 12, 5, 13 + note_type 12, 5, -5 octave 4 note D_, 8 note_type 12, 12, 0 |
