diff --git a/pulsar.p8 b/pulsar.p8 index 0f6ccd9..80e87e5 100644 --- a/pulsar.p8 +++ b/pulsar.p8 @@ -25,10 +25,10 @@ __sfx__ 090120003f6503f6413f6413363133635000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 010f20000a8720a842000000a8720a842000000a8720a842000000a8720a8420a84200000000000f8720f8420d8720d842000000d8720d842000000d872000000f8720f84200000000000f8720f8420f8420f842 010f20000a9720a942000001197211942119421197211942129720a9720a9420a94200000000000f9720f9420d9720d9420000014972149421494214972149421397213972139421394212972129421294212942 -010f200013a70000001eb23000001e673000001eb230000013a70000001eb23000001e673000001eb230000013a70000001eb23000001e673000001eb230000013a70000001eb23000001e673000001eb2300000 +010f200013a700000000000000001e67300000000000000013a700000000000000001e67300000000000000013a700000000000000001e67300000000000000013a700000000000000001e673000000000000000 010f20000a8720a842000000a8720a842000000a872000000f8720f84200000000000f8720f8420f84218872168720d872000000d8720d842000000d8720d842000000f8720f8420000000000000000f8720f842 010f20001197211942000001197214972149421497214942169721697216942169420000000000199721994219972199420000016972149721494214972149421397213972139421394212972129421294212942 -010f200013a70000001eb23000001e673000001eb230000013a70000001eb23000001e673000001eb230000013a70000001eb23000001e673000001eb230000013a70000001eb230000000000000001eb2300000 +010f200013a700000013a700000013a700000013a700000013a700000013a700000013a700000013a700000013a7000000000000000013a7000000000000000013a700000013a7000000000000000013a7000000 010f200013a70252351eb23192351e673000001eb232523513a70192351eb23000001e673252351eb230000013a70252351eb23192351e673000001eb232523513a70192351eb23000001e673252351eb2300000 010f20000a8720a842000000a8720a8420a8420a872000000f8720f84200000000000f8720f8420f8420f8420d8720d842000000d8720d8420d8420d8720d8420f8720f8720f8420f84200000000000f8720f842 010f20001197211942119721194214972149421497214942169721694216972169421897218942189721894216972169421697216942149721494214972149421397213942139721394212972129421297212942 @@ -85,7 +85,7 @@ __sfx__ 002000001885000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 __music__ 00 04050640 -00 07080940 +00 07080640 00 40404040 00 40404040 diff --git a/unique.lua b/unique.lua index ee00db9..5fe123e 100644 --- a/unique.lua +++ b/unique.lua @@ -48,7 +48,7 @@ function build_bgm() "Aa.Aa.Aa.Aaa..Aa" .. "Aa.Aa.A.Aa..Aaaa", "Aa.BbbBbbAaa..Aa" .. "Aa.BbbBbbBbbBbbb", "Aa.CccCccAaa..Aa" .. "Aa.CccCccCccCccc", - "@...!...@...!..." .. "@...!...@.@.!.@.", + "@...!...@...!..." .. "@...!...@...!...", "..'...'...'...'." .. "..'...'...'...'." } ) @@ -69,7 +69,7 @@ function build_bgm() "Aa.Aa.A.Aa..Aaab" .. "BA.Aa.Aa.Aa...Aa", "Bb.BbbBbbBbb..Cc" .. "Cc.BbbBbbBbbBbbb", "Cc.CccCccDdd..Dd" .. "Dd.DddDddDddDddd", - "@.@.!.@.@.@.!.@." .. "@...!...@.@...@.", + "@...!...@...!..." .. "@...!...@...!...", "..''..'...''..'." .. "..'...'...'...'." } ) @@ -103,7 +103,7 @@ function drums(duration,pitch,verbs) } end if (verbs.snare) return {nflags:new{p=30,v=7,w=6,e=3}} - if (verbs.hihat) return {nflags:new{p=30,v=2,w=11,e=3}} + -- if (verbs.hihat) return {nflags:new{p=30,v=2,w=11,e=3}} return {} end