36 local goals = { |
36 local goals = { |
37 [dialog01] = {missionName, loc("Ready for Battle?"), |
37 [dialog01] = {missionName, loc("Ready for Battle?"), |
38 loc("Captain Lime offered his help if you assist him in battle.").."|".. |
38 loc("Captain Lime offered his help if you assist him in battle.").."|".. |
39 loc("What do you want to do?").."| |".. |
39 loc("What do you want to do?").."| |".. |
40 loc("Fight: Press [Attack]").."|".. |
40 loc("Fight: Press [Attack]").."|".. |
41 loc("Flee: Press [Jump]"), 1, 9999000}, |
41 loc("Flee: Press [Jump]"), 1, 9999000, true}, |
42 [dialog02] = {missionName, loc("Battle Starts Now!"), loc("You have chosen to fight!").."|"..loc("Lead the Green Bananas to battle and eliminate all the enemies!"), 1, 5000}, |
42 [dialog02] = {missionName, loc("Battle Starts Now!"), loc("You have chosen to fight!").."|"..loc("Lead the Green Bananas to battle and eliminate all the enemies!"), 1, 5000}, |
43 [dialog03] = {missionName, loc("Time to run!"), loc("You have chosen to flee.").."|"..loc("You have to reach the left-most place on the map."), 1, 5000}, |
43 [dialog03] = {missionName, loc("Time to run!"), loc("You have chosen to flee.").."|"..loc("You have to reach the left-most place on the map."), 1, 5000}, |
44 ["fight"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to fight!"), 1, 2000}, |
44 ["fight"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to fight!"), 1, 2000}, |
45 ["flee"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to flee."), 1, 2000}, |
45 ["flee"] = {missionName, loc("Ready for Battle?"), loc("You have chosen to flee."), 1, 2000}, |
46 ["flee_final"] = {missionName, loc("Time to run!"), loc("Knock off the enemies from the left-most place of the map!") .. "|" .. loc("Stay there to flee!"), 1, 6000}, |
46 ["flee_final"] = {missionName, loc("Time to run!"), loc("Knock off the enemies from the left-most place of the map!") .. "|" .. loc("Stay there to flee!"), 1, 6000}, |