Pokemon: Will Goh replace Ash as the main character of the show? (2023)

Changes are common in anime as technology evolves and the new generation takes over, but that hasn't been the case for Pokemon. The series has, for more than 20 years, had a single protagonist at the helm. With just two episodes left in Journeys and Ash now finally succeeding, it looks like that might change soon.

Ash Ketchum and his trusty companion, Pikachu, have finally achieved their goal of becoming the Pokemon World Champion. This feat comes after years and years of toil and sacrifice. The argument going on at the moment is that Journeys is the perfect way to bid him adieu and usher in a new age.

Pokemon: Will Goh be the one to replace Ash as the main character?

#pokeOTD 3 years ago (JP), we got introduced to Goh for the first time. He quickly became one of my favorite companions but he is easily the most devisive on Twitter. What do you think of Goh? #anipoke #pokemon #アニポケ https://t.co/N5H87Dj2zF

About two years ago, a Reddit user posted:

"This is Ash’s last series and Goh is his replacement."

Considering that this was uploaded two years ago, the discussion seems to have been going on for quite a while now.

Some comments opined that the franchise wouldn't think of getting rid of their main character, while others were open to the idea of Goh taking over. The series has come a long way since then, and with Ash now pretty much achieving everything, Goh could very well be next in line.

Pokemon: Will Goh replace Ash as the main character of the show? (1)

Maybe the change wouldn't be so bad.

Like Ash, Goh too aims to "catch 'em all". Despite being similar to Ash, he has enough differences to be a distinct character. In addition, his goal would be clearer than Ash's. The latter aimed to be Pokemon Master (a little vague) while Goh's ultimate aim is to capture Mew.

Goh would make sense since the audience is familiar with him. Plus, with Goh, the series would go back to the beginning of capturing every Pokemon. With Ash obtaining the top honor, it may now be time for such a return. Currently, Goh is with the Project Mew team at a location where they believe Mew to be.

Other options to move forward

Pokemon: Will Goh replace Ash as the main character of the show? (2)

Pokemon Journeys has already hinted at a new anime, most likely a Scarlet & Violet series. But who the show's protagonist will be is still a mystery. A number of names and scenarios have been put forth - each one equally interesting and unique - as to how the show can take the next step.

(Video) Goodbye Ash Ketchum, Hello NEW PROTAGONISTS in the Pokemon Anime!

Some feel that Chloe, Goh's sister, could be the one to take over. She has been majorly absent from the series, apart from appearing here and there. She is the junior-most trainer and what's more, has Evee as her partner (Pokemon’s de facto second mascot). A female protagonist exploring different regions and growing along the way would also be a breath of fresh air.

Red and Gary Oak wouldn't be bad shouts to feature in the new anime. Red's appearance will be interesting as he is familiar with Paldea following his completion of the Kalos League. Alternatively, Gary Oak's journey could receive some of the spotlight being Ash's rival, as he barely competed in Journeys.

Final Thoughts

Pokemon: Will Goh replace Ash as the main character of the show? (3)

Journeys was truly the end of the road for Ash. 25 years of struggle, hard work and dedication reached a fruitful end with the title of Pokemon World Champion. Now, it's time for something new to take over the scene.

Undoubtedly, there might be initial resistance to the idea. But the Pokemon community is a welcoming one and would surely give the new face a chance. With no official announcement on who it might be, tons of speculation and rumors continue to make rounds on the internet.

Goh stands as a major figure who can lead the show, but only time will tell whether such speculations prove to be true.

Poll :

0 votes

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';}function updatePollCountOnAnswer(selectedOption) {var pollData = pollDataDefault;renderPollWidget(pollData, selectedOption, true);}function renderPollWidget(pollData, selectedOption, isAnswered) {if (!pollData) return;pollData.option1_count = pollData.option1_count || 0;pollData.option2_count = pollData.option2_count || 0;pollData.option3_count = pollData.option3_count || 0;pollData.option4_count = pollData.option4_count || 0;if (isAnswered) {if (selectedOption == "option1") pollData.option1_count += 1;if (selectedOption == "option2") pollData.option2_count += 1;if (selectedOption == "option3") pollData.option3_count += 1;if (selectedOption == "option4") pollData.option4_count += 1;}var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count);if (totalVotes && !Number.isNaN(totalVotes)) {var option1Percent = pollData.option1_count / totalVotes * 100;var option2Percent = pollData.option2_count / totalVotes * 100;var option3Percent = pollData.option3_count / totalVotes * 100;var option4Percent = pollData.option4_count / totalVotes * 100;var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent];var pollOptions = $("#poll-options");var pollCount = $("#poll-count");var pollOptionsDom = '';var optionsArray = ['option1', 'option2'];if (pollData.option3 !== "" && pollData.option3 !== null) {optionsArray.push('option3')}if (pollData.option4 !== "" && pollData.option4 !== null) {optionsArray.push('option4')}optionsArray.forEach(function (option, index) {var clickHandler = 'onclick="answerPoll(event, \'' + option + '\')"';var optionClass = ['poll-option'];if (selectedOption) {optionClass.push('poll-option-answered');clickHandler = '';}if (selectedOption === option) {optionClass.push('poll-option-selected');}pollOptionsDom += '

';if (selectedOption) {var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ? 5 : optionPercentages[index];if (selectedOption === option) {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}} else {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}}}pollOptionsDom += '

(Video) Why Ash is Going to LEAVE the Pokémon Anime SOON!

' + pollData[option] + '

';if (selectedOption) {pollOptionsDom += '

' + Math.round(optionPercentages[index]) + '%

';}pollOptionsDom += '

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}trackArticlePollImpression(pollData);}}function answerPoll(e, selectedOption) {e.preventDefault();try{permutive.track('PollResponse',{"pagetype": "Articlepage","category": "Anime","answer": {"text": e.target.textContent},"question": {"text": pollDataDefault.question}});} catch (err) {console.log(err);}updatePollCountOnAnswer(selectedOption);var isDesktop = "1";var gaPayload = {"question" : pollDataDefault.question,"answer" : e.target.textContent,"answer_option" : selectedOption.replace("option", "Option "),"category": "Anime","page_location": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_RESPONSE", gaPayload);var url = 'https://a-gotham.sportskeeda.com/polls//response';var data = {"poll_type": "article","option": selectedOption}pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false);}function trackSponsoredLinkClick(e) {}var articlePollImpressionTracked = false;function trackArticlePollImpression(pollData) {var pollElement = $("#poll");var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {if (articlePollImpressionTracked) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {articlePollImpressionTracked = true;var isDesktop = "1";var gaPayload = {"question" : pollData.question,"category": "Anime","page_url": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});if (pollElement){var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}}}

Quick Links

More from Sportskeeda

(Video) Its Good Pokemon Cancelled Ash

Edited by Upasya Bhowal

Feedback

Thank You!

";modalText += "

";modalText += "

";modalText += "

(Video) An All-New Pokémon Series Is Coming

";modalText += "

";modalText += "

";modalText += "

";modalText += "

"modalText += "

Please select an option.

Please provide your feedback.

(Video) Ash is Getting Replaced in the Pokemon Anime

"modalText += "

"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": 1311058,"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(1311058);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("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(1311058) >= 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);}if (!isPostRatedByUser()) {getRatingCountByPostId(1311058).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);})}

Videos

1. Is Goh Replacing Ash ? | Pokémon Journeys Discussion
(Danny Luxray)
2. I Rank Ash's Companions In Pokemon...
(Gooey448)
3. Will Goh Become the NEW Main Protagonist? // Pokemon Journeys Anime Discussion! #Shorts
(Champion Blaze!)
4. Pokémon is REPLACING ASH KETCHUM
(Danno Cal Drawings)
5. Ash Ketchum's Pokémon Journey is ENDING
(Vailskibum)
6. Will Goh Or Chloe Replace Ash In The Pokemon Scarlet & Violet Anime? | Pokemon Anime Discussion
(Aleximo)

References

Top Articles
Latest Posts
Article information

Author: Arline Emard IV

Last Updated: 10/07/2023

Views: 5369

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Arline Emard IV

Birthday: 1996-07-10

Address: 8912 Hintz Shore, West Louie, AZ 69363-0747

Phone: +13454700762376

Job: Administration Technician

Hobby: Paintball, Horseback riding, Cycling, Running, Macrame, Playing musical instruments, Soapmaking

Introduction: My name is Arline Emard IV, I am a cheerful, gorgeous, colorful, joyous, excited, super, inquisitive person who loves writing and wants to share my knowledge and understanding with you.