Use TRUE/FALSE constants for stereo_panning
and use dn instead of db for volume envelope and pitch sweep
This commit is contained in:
@@ -7,7 +7,7 @@ Music_VermilionCity:
|
||||
db $3
|
||||
|
||||
Music_VermilionCity_Ch1:
|
||||
stereo_panning 0, 1
|
||||
stereo_panning FALSE, TRUE
|
||||
tempo 176
|
||||
volume 7, 7
|
||||
duty_cycle 2
|
||||
@@ -139,7 +139,7 @@ Music_VermilionCity_branch_eb70c:
|
||||
sound_ret
|
||||
|
||||
Music_VermilionCity_Ch2:
|
||||
stereo_panning 1, 1
|
||||
stereo_panning TRUE, TRUE
|
||||
duty_cycle 3
|
||||
note_type 12, 7, 7
|
||||
vibrato 16, 2, 3
|
||||
@@ -222,7 +222,7 @@ Music_VermilionCity_branch_eb77e:
|
||||
sound_ret
|
||||
|
||||
Music_VermilionCity_Ch3:
|
||||
stereo_panning 1, 0
|
||||
stereo_panning TRUE, FALSE
|
||||
vibrato 34, 2, 3
|
||||
note_type 12, 2, 5
|
||||
octave 2
|
||||
|
Reference in New Issue
Block a user