diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-21 19:30:07 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-21 19:30:07 -0400 |
| commit | d47cdd6e159066fa71a0ca2a0571b10547834159 (patch) | |
| tree | d9ccaae21ca98d628d930c3bcc6f3263ac0286a5 /music/defeatedwildmon.asm | |
| parent | More music engine labels and comments (diff) | |
| download | pokeyellow-d47cdd6e159066fa71a0ca2a0571b10547834159.tar.gz pokeyellow-d47cdd6e159066fa71a0ca2a0571b10547834159.tar.xz pokeyellow-d47cdd6e159066fa71a0ca2a0571b10547834159.zip | |
More bank 2 music engine and music/sfx format update
Diffstat (limited to 'music/defeatedwildmon.asm')
| -rw-r--r-- | music/defeatedwildmon.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/music/defeatedwildmon.asm b/music/defeatedwildmon.asm index 6d17496a..ac4b875a 100644 --- a/music/defeatedwildmon.asm +++ b/music/defeatedwildmon.asm @@ -1,10 +1,10 @@ Music_DefeatedWildMon_Ch1: ; 23b74 (8:7b74) tempo 0, 112 stereopanning 119 - unknownmusic0xf8 + executemusic duty 3 vibrato 6, 3, 4 - unknownmusic0xe8 + togglecall tempo 0, 112 notetype 12, 11, 7 octave 3 @@ -68,7 +68,7 @@ Music_DefeatedWildMon_branch_23b8b: Music_DefeatedWildMon_Ch2: ; 23bc1 (8:7bc1) - unknownmusic0xf8 + executemusic duty 2 notetype 12, 12, 3 octave 4 @@ -143,7 +143,7 @@ Music_DefeatedWildMon_branch_23bce: Music_DefeatedWildMon_Ch3: ; 23c0e (8:7c0e) - unknownmusic0xf8 + executemusic notetype 12, 2, 0 octave 5 note E_, 1 |
