mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-08 16:04:30 +00:00
shuffles credit music!
This commit is contained in:
parent
19c6880f9a
commit
4b75ff6abc
|
@ -65,6 +65,8 @@ function cue:new(map, events, default)
|
|||
end
|
||||
|
||||
local cues = {
|
||||
cue("0", {"0100"}, "0033"),
|
||||
cue("0", {"0200"}, "0001"),
|
||||
cue("Pens1", {"0090", "0091", "0092", "0093", "0094", "0099"}, "0002"),
|
||||
cue("Pens1", {"0095", "0098"}, "0014"),
|
||||
cue("Eggs", {"0090", "0091", "0092", "0093", "0094", "0095", "0099", "0503"}, "0001"),
|
||||
|
@ -157,7 +159,7 @@ local cues = {
|
|||
cue("Ring3", {"0502"}, "0032"),
|
||||
cue("Ring3", {"0600"}, "0018"),
|
||||
cue("Little", {"0090", "0091", "0092", "0093", "0094"}, "0002"),
|
||||
cue("Blcny2", {"0090", "0091", "0092", "0093", "0094"}, "0018"),
|
||||
cue("Blcny2", {"0090", "0091", "0092", "0093", "0094", "0310"}, "0018"),
|
||||
cue("Blcny2", {"0400"}, "0035"),
|
||||
cue("Pixel", {"0090", "0091", "0092", "0093", "0094", "0253"}, "0014"),
|
||||
cue("Hell1", {"0090", "0091", "0092", "0094", "0096"}, "0036"),
|
||||
|
|
Loading…
Reference in a new issue