Mario Golf: Super Rush lets players take control of the button and motion controls of the Nintendo Switch.
The game allows players to experience true-to-form golf or make it a little cartoony with some of its frantic game modes. Those game modes can't be conquered without mastering the controls, though.
" loading="lazy" width="1440" height="220" alt="fortnite-promotional-banner">
Mario Golf: Super Rush is innovative with the use of motion controls. Players can hold it like a golf club and swing away. They can also relax on their couch and have a calmer approach with the buttons.
The controls in Mario Golf: Super Rush
The button controls in Mario Golf: Super Rush work just like one would expect them to. Simply input the corresponding button to the following action when using a controller or the joycons:
👉 For more insights, check out this resource.
- Aim Shot: Left Stick Left/Right
- Changle Club: Left Stick Up/Down
- Overhead View: X
- Show Range Finder: R, Left Stick to move target
- Start Shot: A
- Set Shot Power: A
- Standard Shot: A to backswing, A to set power
- Topspin Shot: A to backswing, A to give topspin
- Backspin Shot: A to backswing, B to give backspin
- Super Backspin Shot: A to backswing, B, B to give super backspin
- Curve Shot Left: Pull Left Stick left after setting shot power
- Curve Shot Right: Pull Left Stick right after setting shot power
- Low Shot: Pull Left Stick down after setting shot power
- High Shot: Pull Left Stick up after setting shot power
- Special Shot: L, A, A/B (standard or spin shot)
- Run: Left Stick
- Jump: A
- Dash: Left Stick + B
- Special Dash: L
- Select Putt Shot Type: Y
- Tap In Putt: A
- Half Shot with a Wedge: Y
- Pause Menu: +
Motion Controls
Motion controls are used with a singular Joy-Con in Mario Golf: Super Rush. Depending on the player's sidedness, the buttons may vary just a bit. Here are the motion control button inputs:
- Aim Shot: Analogue stick left or right
- Changle Club: Analogue stick up or down
- Overhead View: Up
- Practice Shot: L/R
- Show Range Finder: Left
- Align Clubface: Turn Joy-Con
- Ready Shot: Move club to ball
- Start Shot: Hold SL/SR and swing back
- Set Shot Power: Hold SL/SR and swing through
- Standard Shot: Hold SL/SR, swing back, and swing through
- Curve Shot Left: Hold SL/SR, swing back, swing through, and tilt controller left
- Curve Shot Right: Hold SL/SR, swing back, swing through, and tilt controller right
- Low Shot: Hold SL/SR, swing back, and swing through at a downward angle
- High Shot: Hold SL/SR, swing back, and scoop upwards on the swing through
- Special Shot: L/R, perform the shot
- Run: Analogue
- Jump: Right
- Dash: Shake Joy-Con
- Special Dash: L/R
- Select Shot Type: Analogue up or down
- Pause Menu: +/-
Actually using the motion controls in Mario Golf: Super Rush requires a bit of practice. The game itself says to face the screen, but standing with your side to the Nintendo Switch console has been shown to work.
👉 Discover more in this in-depth guide.
Be sure to hold the Joy-Con so your thumb is on the SL/SR button and the other buttons facing the console. Use the analog stick to then line up the Mario Golf: Super Rush shot.
If one wants to golf left-handed in Mario Golf: Super Rush, they can go into the Options menu and change the Settings for Golf Adventure and P1 Controller. Just change the Handedness option.
" 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": 850989, "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(850989); 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(850989) >= 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(850989) .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 }); })();