Skip to content

Commit

Permalink
Fixed hardcoded performance for Moonlight Picnic.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Oct 20, 2024
1 parent a97fd8a commit fee23f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fakeSc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ getBridge().addEventListener("message", function (ev) {
perf.push(new PointEvent(14.495, genNewSwitch(12)));
perf.push(new PointEvent(17.313, genDispType(0)));
perf.push(new PointEvent(17.716, genDispType(4)));
perf.push(new PointEvent(18.824, genDispType(0)));
perf.push(new PointEvent(19.219, genDispType(4)));
perf.push(new PointEvent(20.534, genDispType(6, 3)));
perf.push(new PointEvent(20.534, genNewSwitch(13)));
perf.push(new PointEvent(32.21, genNewSwitch(3)));
Expand Down
2 changes: 2 additions & 0 deletions src/fakeSc8850/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,8 @@ getBridge().addEventListener("message", function (ev) {
perf.push(new PointEvent(14.495, genNewSwitch(12)));
perf.push(new PointEvent(17.313, genDispType(0)));
perf.push(new PointEvent(17.716, genDispType(4)));
perf.push(new PointEvent(18.824, genDispType(0)));
perf.push(new PointEvent(19.219, genDispType(4)));
perf.push(new PointEvent(20.534, genDispType(6, 3)));
perf.push(new PointEvent(20.534, genNewSwitch(13)));
perf.push(new PointEvent(32.21, genNewSwitch(3)));
Expand Down

0 comments on commit fee23f3

Please sign in to comment.