Pokemon GO players will be witnessing the return of the Catch Cup in the Great League. This Catch Cup format of the Pokemon GO Battle League will start on Saturday, November 18, 2023, at 1 pm Pacific Time (PT) and end a week later on Saturday, November 25, 2023, at 2 pm PT. Being the Great League edition of the Catch Cup, you can use creatures with a Combat Power (CP) of 1,500 or less.
Besides the Combat Power cap, there are two more restrictions that you need to keep in mind:
- You cannot use Mythical beasts.
- You will need to play with the Pokemon that you caught during the current season (Season of Adventures Abound).
(Note: The teams mentioned in this article only reflect the writer’s point of view. Moves marked with ‘*’ are Legacy moves, and you will need an Elite TM to teach these moves to your creatures.)
Top Catch Cup: Great League edition teams in Pokemon GO Battle League
1) Lanturn, Clodsire, and Shadow Gligar
The best way to play with this team in this iteration of the Catch Cup:
- Lanturn in the Lead
- Clodsire as the Safe Swap
- Shadow Gligar as the Closer
Attacks that you would want to run on these creatures:
Pokemon | Fast Move | Charged Moves |
Lanturn | Water Gun | Thunderbolt, Surf |
Clodsire | Poison Sting | Earthquake, Sludge Bomb |
Shadow Gligar | Wing Attack | Aerial Ace, Dig |
You can beat the following Pocket Monster with this team:
- Carbink
- Gligar
- Sableye
- Swampert
- Registeel
- Clodsire
- Mantine
- Vigoroth
- Sableye
- Serperior
- Jellicent
- Cresselia
2) Clodsire, Medicham, and Shadow Dragonair
The best way to play with this team in this iteration of the Catch Cup:
- Clodsire in the Lead
- Medicham as the Safe Swap
- Shadow Dragonair as the Closer
Attacks that you would want to run on these creatures:
Pokemon | Fast Move | Charged Moves |
Clodsire | Poison Sting | Earthquake, Sludge Bomb |
Medicham | Counter | Ice Punch, Psychic |
Shadow Dragonair | Dragon Breath | Body Slam, Aqua Tail |
You can beat the following Pocket Monster with this team:
- Carbink
- Lickitubg
- Gligar
- Clodsire
- Swampert
- Registeel
- Steelix
- Sableye
- Pelliper
3) Pelipper, Medicham and Serperior
The best way to play with this team in this iteration of the Catch Cup:
- Pelipper in the Lead
- Medicham as the Safe Swap
- Serperior as the Closer
Attacks that you would want to run on these creatures:
Pokemon | Fast Move | Charged Moves |
Pelipper | Wing Attack | Weather Ball (Water), Hurricane |
Medicham | Counter | Ice Punch, Psychic |
Serperior | Vine Whip | Frenzy Plant*, Aerial Ace |
You can beat the following Pocket Monster with this team:
- Medicham
- Carbink
- Lickitung
- Gligar
- Registeel
- Steelix
- Swampert
- Cresselia
- Jellicent
- Alolan ninetales
- Vigoroth
- Scrafty
- Sableye
4) Lickitung, Shadow Gligar, and Clodsire
The best way to play this team in this iteration of the Catch Cup:
- Lickitung in the Lead
- Shadow Gligar as the Safe Swap
- Clodsire as the Closer
Attacks that you would want to run on these creatures:
Pokemon | Fast Move | Charged Moves |
Lickitung | Lick | Body Slam*, Power Whip |
Shadow Gligar | Wing Attack | Aerial Ace, Dig |
Clodsire | Poison Sting | Earthquake, Sludge Bomb |
You can beat the following Pocket Monster with this team:
- Carbink
- Gligar
- Swampert
- Clodsire
- Registeel
- Pelipper
- Mantine
- Sableye
- Jellicent
- Quagsire
- Alolan Ninetales
- Vigoroth
5) Pelipper, Lickitung, and Shadow Alolan Sandslash
The best way to play this team in this iteration of the Catch Cup:
- Pelipper in the Lead
- Lickitung as the Safe Swap
- Shadow Alolan Sandslash as the Closer
Attacks that you would want to run on these creatures:
Pokemon | Fast Move | Charged Moves |
Pelipper | Wing Attack | Weather Ball (Water), Hurricane |
Lickitung | Lick | Body Slam*, Power Whip |
Shadow Alolan Sandslash | Shadow Claw* | Ice Punch, Drill Run |
You can beat the following Pocket Monster with this team:
- Medicham
- Carbink
- Gligar
- Swampert
- Clodsire
- Galarian Stunfisk
- Cresselia
- Alolan Ninetales
- Quagsire
- Jellicent
- Vigoroth
- Mandibuzz
These are some of the best teams that you can use in this chapter of the Catch Cup: Great League edition in Pokemon GO. If you have any suggestions, feel free to mention them in the comments below.
You can follow us for more content on everything Pokemon.
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1751280, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1751280); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1751280) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1751280) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaKifoLKuu81omZ6rpGKwosDCoWScraBiwaatzKxkqaebmrqwuoygpmarlZbAsLqMmpuvnZ6pwrOx0maYm6elo7E%3D