Use TRUE/FALSE constants for stereo_panning
and use dn instead of db for volume envelope and pitch sweep
This commit is contained in:
@@ -8,7 +8,7 @@ Music_BugCatchingContest:
|
||||
Music_BugCatchingContest_Ch1:
|
||||
tempo 144
|
||||
volume 7, 7
|
||||
stereo_panning 0, 1
|
||||
stereo_panning FALSE, TRUE
|
||||
vibrato 8, 2, 4
|
||||
duty_cycle 2
|
||||
note_type 12, 11, 7
|
||||
@@ -189,7 +189,7 @@ Music_BugCatchingContest_branch_f7c8e:
|
||||
sound_loop 0, Music_BugCatchingContest_branch_f7c4b
|
||||
|
||||
Music_BugCatchingContest_Ch2:
|
||||
stereo_panning 1, 0
|
||||
stereo_panning TRUE, FALSE
|
||||
vibrato 8, 2, 3
|
||||
duty_cycle 1
|
||||
note_type 12, 12, 7
|
||||
@@ -372,7 +372,7 @@ Music_BugCatchingContest_branch_f7d8e:
|
||||
sound_ret
|
||||
|
||||
Music_BugCatchingContest_Ch3:
|
||||
stereo_panning 1, 1
|
||||
stereo_panning TRUE, TRUE
|
||||
vibrato 16, 2, 3
|
||||
note_type 12, 1, 4
|
||||
rest 8
|
||||
|
Reference in New Issue
Block a user