Skip to content

Commit

Permalink
fixed song names (a was named b and b was named a)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 committed Jul 13, 2024
1 parent 29bdbf9 commit 3842d1b
Show file tree
Hide file tree
Showing 87 changed files with 90 additions and 90 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ var $User = (function () {
a = window;
e.LoadMusic
? (PlayMusic(e.LoadMusic),
NewAudio({ source: "Look up at the Sky", loop: true }))
: PlayMusic((e.LoadMusic = "Look up at the Sky"));
NewAudio({ source: "ChooseYourSeeds", loop: true }))
: PlayMusic((e.LoadMusic = "ChooseYourSeeds"));
if (b != d) {
for (c in b) {
a[c] != d
Expand Down Expand Up @@ -195,7 +195,7 @@ var $User = (function () {
!this.LF && (this.LF = [0, 1, 1, 1, 1, 1]);
!this.ZF && (this.ZF = this.LF);
!this.LargeWaveFlag && (this.LargeWaveFlag = {});
!this.StartGameMusic && (this.StartGameMusic = "UraniwaNi");
!this.StartGameMusic && (this.StartGameMusic = "Grasswalk");
this.ArCard = this.CardKind == d ? e.PName : e.ZName;
this.SunNum == d && (this.SunNum = 50);
this.CanSelectCard == d && (this.CanSelectCard = 1);
Expand Down Expand Up @@ -3173,7 +3173,7 @@ if (
innerText($("dMenu0"), "back to game"),
($("dMenu1").onclick = null))
: (AllAudioPaused(), PlayAudio("tap"));
PlayAudio("Look up at the Sky");
PlayAudio("ChooseYourSeeds");
SetVisible($("dHandBook"));
}),
(ReturnHandBookInx = function () {
Expand All @@ -3183,7 +3183,7 @@ if (
}),
(CloseHandBook = function () {
PlayAudio("tap");
StopAudio("Look up at the Sky");
StopAudio("ChooseYourSeeds");
oS.Lvl
? ResetGame($("dMenu0"))
: oSym.addTask(100, AllAudioPauseCanceled);
Expand Down
4 changes: 2 additions & 2 deletions game/level/0.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ oS.Init({
LevelName: "Game initial interface",
LevelEName: 0,
ShowScroll: 1,
LoadMusic: "Faster",
StartGameMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "MyScrapbook",
AudioArr: [
"losemusic",
"winmusic",
Expand Down
4 changes: 2 additions & 2 deletions game/level/100.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ oS.Init(
CustomSpecial(oCleaner, 4, -1);
CustomSpecial(oCleaner, 5, -1);
},
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "The Great Wall",
LoadAccess: function (a) {
NewImg(
Expand Down Expand Up @@ -199,7 +199,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
4 changes: 2 additions & 2 deletions game/level/101.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ oS.Init(
CustomSpecial(oCleaner, 4, -1);
CustomSpecial(oCleaner, 5, -1);
},
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "The Great Wall",
LoadAccess: function (a) {
NewImg(
Expand Down Expand Up @@ -160,7 +160,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
4 changes: 2 additions & 2 deletions game/level/102.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ oS.Init(
CustomSpecial(oCleaner, 4, -1);
CustomSpecial(oCleaner, 5, -1);
},
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "The Great Wall1",
LoadAccess: function (a) {
NewImg(
Expand Down Expand Up @@ -192,7 +192,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
4 changes: 2 additions & 2 deletions game/level/103.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ oS.Init(
CustomSpecial(oCleaner, 4, -1);
CustomSpecial(oCleaner, 5, -1);
},
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "The Great Wall1",
LoadAccess: function (a) {
NewImg(
Expand Down Expand Up @@ -198,7 +198,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
4 changes: 2 additions & 2 deletions game/level/104.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ oS.Init(
"crazydavelong2",
"crazydavelong3",
],
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
StartGameMusic: "The Great Wall",
LoadAccess: function (a) {
NewImg(
Expand Down Expand Up @@ -203,7 +203,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
4 changes: 2 additions & 2 deletions game/level/106.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ oS.Init(
"crazydavelong3",
],
StartGameMusic: "The Great Wall1",
LoadMusic: "Faster",
LoadMusic: "MyScrapbook",
LoadAccess: function (a) {
NewImg(
"dDave",
Expand Down Expand Up @@ -220,7 +220,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/107.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/108.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/109.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/11.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ oS.Init(
UserDefinedFlagFunc: function (a) {
oP.FlagNum == oP.FlagZombies && oP.SetTimeoutTomZombie([oZombie]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LoadAccess: function (a) {
NewImg(
"dDave",
Expand Down
2 changes: 1 addition & 1 deletion game/level/110.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/112.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ oS.Init(
a(0);
StopMusic();
PlayMusic(
(oS.LoadMusic = "Look up at the Sky")
(oS.LoadMusic = "ChooseYourSeeds")
);
},
[]
Expand Down
2 changes: 1 addition & 1 deletion game/level/12.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ oS.Init(
oBucketheadZombie,
]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/13.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ oS.Init(
oBucketheadZombie,
]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/14.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ oS.Init(
oBucketheadZombie,
]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/15.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ oS.Init(
oP.SetTimeoutTomZombie([oZombie]);
}
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/156.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ oS.Init(
LvlEName: 156,
SunNum: 3500,
DKind: 0,
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LargeWaveFlag: { 10: $("imgFlag2") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/157.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ oS.Init(
LvlEName: 156,
SunNum: 3500,
DKind: 0,
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LargeWaveFlag: { 10: $("imgFlag2") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/158.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ oS.Init(
LvlEName: 158,
SunNum: 3500,
DKind: 0,
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LargeWaveFlag: { 10: $("imgFlag2") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/159.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ oS.Init(
LvlEName: 158,
SunNum: 3500,
DKind: 0,
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LargeWaveFlag: { 10: $("imgFlag2") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/16.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ oS.Init(
oBucketheadZombie,
]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/160.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ oS.Init(
LvlEName: 158,
SunNum: 4e3,
DKind: 0,
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
LargeWaveFlag: { 10: $("imgFlag2") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/161.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
SunNum: 4e3,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Kitanai Sekai",
StartGameMusic: "WateryGraves",
LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") },
LoadAccess: function (a) {
NewImg(
Expand Down
2 changes: 1 addition & 1 deletion game/level/162.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
SunNum: 4e3,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Kitanai Sekai",
StartGameMusic: "WateryGraves",
LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/163.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
SunNum: 4e3,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Kitanai Sekai",
StartGameMusic: "WateryGraves",
LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/164.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
SunNum: 4e3,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Kitanai Sekai",
StartGameMusic: "WateryGraves",
LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/165.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ oS.Init(
SunNum: 4500,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Kitanai Sekai",
StartGameMusic: "WateryGraves",
LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/166.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
DKind: 0,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Loonboon",
StartGameMusic: "RigorMormist",
LargeWaveFlag: { 5: $("imgFlag3"), 10: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/167.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
DKind: 0,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Loonboon",
StartGameMusic: "RigorMormist",
LargeWaveFlag: { 5: $("imgFlag3"), 10: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/168.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
DKind: 0,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Loonboon",
StartGameMusic: "RigorMormist",
LargeWaveFlag: { 5: $("imgFlag3"), 10: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/169.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ oS.Init(
DKind: 0,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Loonboon",
StartGameMusic: "RigorMormist",
LargeWaveFlag: { 5: $("imgFlag3"), 10: $("imgFlag1") },
},
{
Expand Down
2 changes: 1 addition & 1 deletion game/level/17.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ oS.Init(
oBucketheadZombie,
]);
},
StartGameMusic: "Ultimate battle",
StartGameMusic: "Moongrains",
},
{
AZ: [
Expand Down
2 changes: 1 addition & 1 deletion game/level/170.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ oS.Init(
DKind: 0,
Coord: 2,
LF: [0, 1, 1, 2, 2, 1, 1],
StartGameMusic: "Loonboon",
StartGameMusic: "RigorMormist",
LargeWaveFlag: { 5: $("imgFlag3"), 10: $("imgFlag1") },
LoadAccess: function (a) {
NewImg(
Expand Down
Loading

0 comments on commit 3842d1b

Please sign in to comment.