Close Menu
Savannah HeraldSavannah Herald
    • Home
    • News
      • Local
      • State
      • National
      • World
      • HBCUs
    • Events
    • Directories
    • Weather
    • Traffic
    • Jobs
    • Sports
    • Politics
    • Lifestyle
      • Faith
      • Senior Living
      • Health
      • Travel
      • Beauty
      • Fashion
      • Food
      • Art & Literature
    • Business
      • Real Estate
      • Entertainment
      • Investing
      • Education
    • Guides
      • Back to School Savannah
      • Summer Camp Guide
      • Juneteenth Guide
      • Black History Savannah
      • MLK Guide Savannah
    We're Social
    • Twitter
    • Facebook
    • YouTube

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Trending
    • Dramatic Waterfront Estate Overlooking a Bird Sanctuary Near the Catskills Lists for $2.45 Million
    • Ken Flamer of the Flamer Group -Unlocking Your Authentic Leadership Potential
    • Jacksonville Waves, Upshot League women’s basketball championship time
    • Exclusive | Jackson Olson gets quizzed on DWTS, Emma Slater, Taylor Swift, Savannah Bananas
    • Jack Doherty Arrest Stemmed From Physical Dispute With Woman, Cops Say
    • North Carolina A&T latest HBCU blown out by FBS squad
    • Trump and Kennedy’s Health Industry Deals Haven’t Been Enforced and Are at Risk of Vanishing
    • Welcome to Your Keyboard-Free Future. This Jazzy AI Microphone Is All You Need Now
    Facebook X (Twitter) Instagram YouTube
    Login
    Savannah HeraldSavannah Herald
    Savannah HeraldSavannah Herald
    Home » Shigeru Miyamoto Confirms Multiple Games Were Made With Mario Movies in Mind
    Gaming

    Shigeru Miyamoto Confirms Multiple Games Were Made With Mario Movies in Mind

    Savannah HeraldBy Savannah HeraldJuly 22, 20265 Mins Read
    Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Shigeru Miyamoto Confirms Multiple Games Were Made With Mario Movies in Mind
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Game On: Latest in Gaming News, Reviews & Industry Buzz

    Key takeaways
    • Shigeru Miyamoto says Nintendo sometimes adjusts game development to support movie needs.
    • Including Fox in the script for The Super Mario Galaxy Movie prompted development of a new Star Fox game.
    • Production of The Super Mario Bros. Movie and Princess Peach: Showtime overlapped, prompting a more active role for Peach.
    • Nintendo generally prohibits crossovers; rule is 'characters from different worlds must not cross over', with exceptions like Smash Bros. and Pikmin.


    by
    William D’Angelo
    , posted 4 hours ago / 492 Views

    Shigeru Miyamoto in an interview in the latest issue of Famitsu revealed at least three games from Nintendo were developed to benefit from the recent Super Mario Bros. movies.

    The three games he confirmed were the recently released Star Fox, as well as Princess Peach: Showtime and Yoshi and the Mysterious Book.

    “I don’t decide the entire lineup myself, but sometimes decisions are made based on specific need,” said Miyamoto (via VideoGamesChronicle). “For example: We have an idea to include Fox in the script for The Super Mario Galaxy Movie, so we should make a new Star Fox game.'”

    He added, “We started production on the first Mario movie (The Super Mario Bros Movie) and Princess Peach: Showtime around the same time and we had discussions like ‘since we have this game in the works, shouldn’t we make Peach more active in the movie as well?’

    “We also decided early on that Yoshi would appear in The Super Mario Galaxy Movie, so we kicked off development on Yoshi and the Mysterious Book to ensure there was a Yoshi game available. It varies by case, but I think we will continue to move forward while maintaining a positive relationship between our games and other media initiatives.”

    Miyamoto did suggest that this doesn’t mean the floodgates have been opened for other crossovers in future Nintendo films.

    “Basically, Nintendo’s IPs follow the rule that ‘characters from different worlds must not cross over,’ with the exception being Smash Bros.” he said. “As for Pikmin, we’ve also decided that its characters can appear in any other character’s world.

    “We’d previously held back on this partly because once you start, there’s no end to it, and also due to issues with licensing merchandise and other reasons. But with Fox, there was a compelling reason for him to appear in The Super Mario Galaxy Movie, and we thought: ‘If this were a manga, wouldn’t it be more interesting to have this kind of crossover?’

    “So that decision was made fairly early on, and even though we broke the rules we’d followed up until now, it was surprisingly well received. If characters like Samus were to show up though, it would definitely get a bit too complicated, so I don’t think it’s a matter of just throwing anything out there.”


    A life-long and avid gamer, William D’Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can follow the author on Bluesky.

    More Articles

    \

    ” + spoilerText + “

    \

    “;

    element.innerHTML = x;
    return;
    }

    $(document).ready(function() {
    //vgc-spoiler is custom element created by markdown ||string||
    customTag(“vgc-spoiler”, spoilerTag);

    if (window.matchMedia(“(min-width: 610px)”).matches) {
    $(“body”).on(“mouseenter”, “.comment_entry_div”, function() {
    $(“.collapse_post_link”, this).show();
    $(“.report_post_link”, this).show();
    event.stopPropagation();
    });
    $(“body”).on(“mouseleave”, “.comment_entry_div”, function() {
    $(“.collapse_post_link”, this).hide();
    $(“.report_post_link”, this).hide();
    event.stopPropagation();
    });
    }

    $(“.dropdown-option a”).click(function() {
    var text=”Sort by ” + $(this).data(“text”) + ““;
    var order=$(this).data(“order”);
    var sort=$(this).data(“sort”);
    $(“.sort-dropdown”).html(text);
    $(“.dropdown-option a”).removeClass(“selected”);
    $(this).addClass(“selected”);
    //$(“.comments_building”).show();
    $(“.comment_div”).remove();
    $(“#global_comments_wrap .comments_building”).toggleClass(“active”);
    $.ajax({
    type: “post”,
    url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
    data: ({
    “action” : “sort_comments”,
    “region” : “news”,
    “resource” : “468556”,
    “group_id” : “468556”,
    “theme” : “Array”,
    “this_userid” : “”,
    “hide_deleted” : “”,
    “order” : order,
    “sort” : sort
    }),
    success: function(data) {
    $(“#new_comments_468556”).replaceWith(data);
    customTag(“vgc-spoiler”, spoilerTag); //implement any spoilers
    }
    });
    });

    $(“body”).on(“mouseenter”, “.replyto_link”, function() {
    var replyto_userid = $(this).data(“replyto_userid”);
    var position = $(this).position();
    var replyto_left = (position.left + 20) + “px”;
    var replyto_top = (position.top – 20) + “px”;
    var comment_id = $(this).data(“comment_id”);
    var replyto_id = replyto_userid + “_” + comment_id;
    var replyto_card = $(“#replyto_user_card_” + replyto_id).html();

    $(this).addClass(“is_active”);
    if (typeof replyto_card == “undefined”) {
    //if we do not have a profile card, go get it
    var replyto_username = $(this).data(“replyto_username”);
    var replyto_useravatar = $(this).data(“replyto_useravatar”);
    var replyto_comment = $(“#comment_entry_” + comment_id).text();

    replyto_comment = truncateText(replyto_comment, 25);
    if ($(“#comment_entry_” + comment_id).find(“vgc-spoiler”).length)
    replyto_comment = “[Comment contains spoiler]”;
    $.ajax({
    type: “post”,
    url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
    data: ({
    “action” : “user_card”,
    “replyto_userid” : replyto_userid,
    “replyto_username” : replyto_username,
    “replyto_useravatar” : replyto_useravatar,
    “replyto_comment” : replyto_comment,
    “replyto_id” : replyto_id
    }),
    success: function(data) {
    $(“#global_comments_wrap”).append(data);
    if ($(“.replyto_link:hover”).length > 0) {
    //$(“.context-card”).fadeOut(“fast”);

    //if ($(this).hasClass(“is_active”)) {
    $(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
    $(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
    $(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
    $(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
    }
    }
    });
    }
    else {
    if ($(“.replyto_link”).hasClass(“is_active”)) {
    $(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
    $(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
    $(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
    $(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
    }
    }
    });

    $(“body”).on(“mouseleave”, “.replyto_link”, function() {
    var replyto_userid = $(this).data(“replyto_userid”);
    var comment_id = $(this).data(“comment_id”);
    var replyto_id = replyto_userid + “_” + comment_id;
    var replyto_card = $(“#replyto_user_card_” + replyto_id).html();
    $(this).removeClass(“is_active”);
    if (typeof replyto_card !== “undefined”) {
    if ($(“#replyto_user_card_” + replyto_id + “:hover”).length == 0) {
    $(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
    }
    }
    else
    $(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
    });

    $(“body”).on(“click”, “.replyto_link”, function() {
    var comment_id = $(this).data(“comment_id”);
    var element = document.getElementById(“comment_link_” + comment_id);
    var elementPosition = $(“.mainOutsideContainer”).scrollTop() + element.getBoundingClientRect().top;
    var headerOffset = 210;
    var offsetPosition = elementPosition – headerOffset;
    $(“.comment_link”).removeClass(“target”);
    $(“#comment_link_” + comment_id).addClass(“target”);
    $(“.mainOutsideContainer”).get(0).scrollTo({
    top: offsetPosition,
    behavior: “smooth”
    });
    });

    $(“body”).on(“mouseleave”, “.context-card”, function() {
    if ($(“.replyto_link:hover”).length == 0) {
    $(this).fadeOut(“fast”);
    }
    });

    $(“body”).on(“click”, “.collapse_post_link”, function()
    {
    var comment_id = $(this).data(“comment_id”);
    if($(this).hasClass(“fa-minus-square-o”)) {
    $(this).removeClass(“fa-minus-square-o”);
    $(this).addClass(“fa-plus-square-o”);
    $(this).attr(“title”, “Expand”);
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    $(“#reply_controls_” + comment_id).toggle();
    $(“#add_reply_wrap_” + comment_id).hide();
    }
    else {
    $(this).removeClass(“fa-plus-square-o”);
    $(this).addClass(“fa-minus-square-o”);
    $(this).attr(“title”, “Collapse”);
    $(“#reply_controls_” + comment_id).toggle();
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    }

    //$(“#comment_replies_” + comment_id).toggle();
    $(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
    return false;
    });

    $(“.mainOutsideContainer”).scroll(function(event){
    if ($(“.context-card:hover”).length == 0) {
    $(“.context-card”).fadeOut(“fast”);
    }
    }); var hash = $(location).attr(“hash”);
    var comment_id = hash.substring(1);
    var group = $(‘ i[data-comment_id=”‘+comment_id+'”] ‘);

    group.each(function(i, obj)
    {
    console.log(“i:” + i);
    if($(this).hasClass(“collapse_post_link”))
    {
    $(this).parent().parent().parent().css(“background”,”yellow”);
    if($(this).hasClass(“fa-minus-square-o”))
    {
    $(this).removeClass(“fa-minus-square-o”);
    $(this).addClass(“fa-plus-square-o”);
    $(this).attr(“title”, “Expand”);
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    $(“#reply_controls_” + comment_id).toggle();
    $(“#add_reply_wrap_” + comment_id).hide();
    }
    else
    {
    $(this).removeClass(“fa-plus-square-o”);
    $(this).addClass(“fa-minus-square-o”);
    $(this).attr(“title”, “Collapse”);
    $(“#reply_controls_” + comment_id).toggle();
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    }

    $(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
    return false;
    }
    });
    });

    Read the full article on the original site


    Related Posts

    • Trump-Appointed, First Black Joint Chiefs Chairman Charles Q. Brown Jr. Calls Out Admin’s Military Use In U.S. Cities
    • What Does Re-Parenting of all Black Children in America Look Like?
    • The Real Solution for Clear Skin – Cole Skincare For Men
    • Tuskegee University’s New Aviation Program Takes Flight
    • A “determined jump for freedom”: exactly how Ellen and William Craft made a bold retreat from enslavement
    • EWE Dinner Club Lunch at Yard & Weapon Club Atlanta
    • Independence vs. Safety: Finding the Right Balance Aging at Home
    • Creamy Tuscan Tortellini Soup [Easy + Comforting]
    Console News Developer Interviews eSports Highlights Game Development News Game Industry Insights Game Trailers Gaming Accessories Gaming Culture Gaming Reviews Indie Games Mobile Gaming Nintendo Switch PC Gaming PlayStation Updates Retro Games Shigeru Miyamoto Confirms Multiple Games Were Made With Mario Movies in Mind Tech in Gaming Upcoming Releases Video Game News VR Gaming Xbox News
    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Savannah Herald
    • Website

    Related Posts

    Gaming September 5, 2026

    Steam Deck Weekly: NBA 2K25, ARCO, ODDADA, DATE a LIVE Ren Dystopia, Star Trucker, Skull and Bones, & More Reviews With New Verified Games

    Gaming September 3, 2026

    Experiencing some day one Blood of Dawnwalker issues? Its devs know, and have some temporary solutions to help get you bloodsucking

    Gaming September 2, 2026

    Sony To Pay Out Nearly $8 Million In Class-Action Settlement Over Game Prices

    Tech September 1, 2026

    This new indie game is a tantalizing David Lynch-inspired mystery

    Gaming August 31, 2026

    Buying COD: MW4 On Xbox Comes With A Special Perk Not Available On Other Console Platforms

    Gaming August 29, 2026

    EA breaks its silence after Iron Man gameplay leak, admitting “well, that didn’t go as planned”

    Comments are closed.

    Don't Miss
    Food April 12, 2026By Savannah Herald03 Mins Read

    Ben & Jerry’s Free Scoop Day Returns April 14

    April 12, 2026

    Food & Beverage News: Insights, Safety, and Dining Trends Ben & Jerry’s annual Free Cone…

    Gibson launches Gun Violence Awareness Month – Caribbean Life

    June 8, 2026

    Explorando la experiencia de juego en Jugabet

    June 26, 2026

    Bubba Wallace Becomes 1st Black Driver To Win Brickyard 400

    August 28, 2025

    Google Flights Says the Cheapest Day to Book Airfare Is a Myth—Here’s What Really Matters

    November 1, 2025
    Archives
    • September 2026
    • August 2026
    • July 2026
    • June 2026
    • May 2026
    • April 2026
    • March 2026
    • February 2026
    • January 2026
    • December 2025
    • November 2025
    • October 2025
    • September 2025
    • August 2025
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    Categories
    • Art & Literature
    • Beauty
    • Black History
    • Business
    • Climate
    • Culture
    • Education
    • Employment
    • Entertainment
    • Faith
    • Fashion
    • Food
    • Gaming
    • Georgia Politics
    • HBCUs
    • Health
    • Health Inspections
    • Investing
    • Lifestyle
    • Local
    • Lowcountry News
    • National
    • National Opinion
    • News
    • Politics
    • Real Estate
    • Senior Living
    • Sports
    • State
    • Tech
    • Traffic
    • Transportation
    • Travel
    • Weather
    • World
    Savannah Herald Newsletter

    Subscribe to Updates

    A round up interesting pic’s, post and articles in the C-Port and around the world.

    About Us
    About Us

    The Savannah Herald is your trusted source for the pulse of Coastal Georgia and the Low County of South Carolina. We're committed to delivering timely news that resonates with the African American community.

    From local politics to business developments, we're here to keep you informed and engaged. Our mission is to amplify the voices and stories that matter, shining a light on our collective experiences and achievements.
    We cover:
    🏛️ Politics
    💼 Business
    🎭 Entertainment
    🏀 Sports
    🩺 Health
    💻 Technology
    Savannah Herald: Savannah's Black Voice 💪🏾

    Our Picks

    McCall punished to half a century after firing

    June 8, 2026

    Previous NBA champ Odom participates in Trump cryptocurrency gala encountering activists

    November 1, 2025

    A legacy that helped shape the nation

    July 25, 2026

    Starting the ball rolling: Beginning the Assisted Living Discussion with Moms And Dads

    August 7, 2026

    The Tea App: Why Does the Women-Only Platform Have Toxic Men So Mad?

    September 3, 2025
    Categories
    • Art & Literature
    • Beauty
    • Black History
    • Business
    • Climate
    • Culture
    • Education
    • Employment
    • Entertainment
    • Faith
    • Fashion
    • Food
    • Gaming
    • Georgia Politics
    • HBCUs
    • Health
    • Health Inspections
    • Investing
    • Lifestyle
    • Local
    • Lowcountry News
    • National
    • National Opinion
    • News
    • Politics
    • Real Estate
    • Senior Living
    • Sports
    • State
    • Tech
    • Traffic
    • Transportation
    • Travel
    • Weather
    • World
    Copyright © 2002-2026 Savannahherald.com All Rights Reserved. A Veteran-Owned Business

    Type above and press Enter to search. Press Esc to cancel.

    Manage Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}
    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.

    Sign In or Register

    Welcome Back!

    Login below or Register Now.

    Lost password?

    Register Now!

    Already registered? Login.

    A password will be e-mailed to you.