Screenshot 2019 11 22 At 18.35.59

Yesterday's news that a talented modder had managed to 'update' (if such a term could be used) Super Mario Land in the form of New Super Mario Land – and get it working on a SNES, no less – caused quite a stir online. We've been lucky enough to not only play this incredible feat of programming but also talk to the person behind the project. They've asked to remain anonymous, but have otherwise given us a very candid and honest insight into the project. Enjoy!

Nintendo Life: How did the project come about? Why did you choose Super Mario Land for this?

Nintendo games have been a central part of my life; first in my youth on the Game Boy, then on the SNES. I've owned all the subsequent systems with declining enthusiasm, but the SNES left the biggest impression. I started collecting SNES/Super Famicom games and when that didn't satisfy me anymore, I started writing games for the system.

This game was intended as a personal Christmas gift for my Nintendo-loving friends to commemorate the 30th anniversary of Super Mario Land, which may not be the best, but is the first Mario game I owned, and it definitely was a game-changer for seven-year-old me. I produced 30 cartridges and I have sent most of these out via mail by now.

This game was intended as a personal Christmas gift for my Nintendo-loving friends to commemorate the 30th anniversary of Super Mario Land

I do not get to play a lot of video games these days, and when I do, it's usually a couple of friends and me having a beer and busting out the old SNES on a lazy weekend afternoon every now and then. That's where the idea of fusing Super Mario Land and New Super Mario Bros. together came from; having a blast developing it, reliving childhood memories and having a laid-back simultaneous multiplayer experience with the buddies.

Ultimately, the idea isn't even all that original. I think there's even Super Mario World hacks with the same name and I believe there have been people recreating Mario Land in New Super Mario Bros. It just differs in the execution. The cherry on top for me is being able to deliver that not on some cheap bootleg or butchered cartridge, but on official Nintendo hardware: the kiosk-reprogrammable "Nintendo Power" cartridge, which was recently reverse-engineered not by me, but by members of the excellent SNES emulation community.

Years ago, I bought a bunch of these Nintendo Power carts in the hope of someday being able to release something on them. I feel like this game is the perfect match. In an alternate universe, it could've been the swan song to the Nintendo Power Service that shut down in 2007.

How many people worked on the project, and what were their roles?

I had a couple of friends give me regular feedback on the multiplayer aspect. Apart from that, it's been me, myself and I developing the game in solitary confinement. Of course, that is a problem for a game because unless you're some kind of prodigy, it usually takes a team of specialist members pushing each other to achieve true excellence, and I think the game lacks in that regard.

In my experience, keeping together such a team for what amounts to a hobbyist project is difficult, especially when working remotely, because enthusiasm can fade, real-life gets in the way of team members and so on. Maybe that's just me, but working alone at my own pace has been most productive and fun for me so far.

Can you explain how the game is built, and what tools are used?

Just to be perfectly clear, this is not a ROM-hack or modification of an existing game. I also did not reuse any data or code from the original Super Mario Land. The game itself was developed just like the bulk of commercial SNES games were developed back in the nineties: programmed from scratch in Assembly language using a text editor on a PC, with custom-made tools to convert data such as graphics, music and levels into a format the SNES is able to use. The crucial difference is that today, we have powerful SNES emulators that speed up the build and test iteration and have tons of useful debugging features.

The tools used were the excellent SNES emulator bsnes, Blender for 3D modelling and animation, Gimp for graphics editing, Tiled for level editing, MilkyTracker for music composition and so forth. Also used was a Map Editor called Land Forger for the original Super Mario Land as a reference to make sure the level design and enemy placement was faithful.

Just to be perfectly clear, this is not a ROM-hack or modification of an existing game. I also did not reuse any data or code from the original Super Mario Land

Furthermore, I keep a variety of different revisions of SNES/SFC consoles for testing to make sure the game works fine on every version of real hardware. I have never developed a modern game, so I can't speak with confidence on this one, but nowadays in the age of engines like Unity, all the low-level-stuff is usually taken care of and you can concentrate on actually implementing your game.

The library/framework situation on the SNES ranges from dire to nonexistent in comparison. Even by contemporary standards, the slow SNES CPU doesn't help either and makes generalization and adding abstraction layers difficult because you usually have to hand-optimize your code pretty aggressively to your specific use case to get even moderate performance.

You will also have to understand the quite large variety of registers of the SNES' custom chips to produce decent effects – or display anything at all, for that matter. I won't lie though, I actually enjoy this kind of bare metal programming; it's something you don't see a lot anymore with modern systems.

How difficult was it to get the same 'feel' as the original game?

I'll let others be the judge of whether I actually succeeded in recreating the feel of the original. To me, Super Mario Land was a game with an unusual setting and spartan presentation, so what the different worlds represented was left to the player's imagination to some extent. New Super Mario Land represents what the game felt like to me. Regarding the physics and gameplay, the original always felt a bit rigid and stiff to me, so I tried to give it a more fluent and flowing vibe.

Naturally, this creates a problem with the original level design that often hinders that kind of flow, which I tried to mitigate to some extent. Historically, every Mario game feels and controls a bit different. I can imagine some people liking and some disliking the gameplay in this one depending on where they are coming from. It may not be perfect, but ultimately, I chose a style that felt good and fun to me.

What issues did you run into when running on original hardware?

Apart from the usual myriad of self-inflicted bugs, tuning the gameplay and keeping the framerate at somewhat acceptable levels is what most of the effort went into. It still dips down pretty hard in 4 player expert mode at times, but we've all seen worse on the SNES. Also, the camera system posed a problem, because I can't easily zoom out if players move away from each other, like New Super Mario Bros. on Wii does.

What made you choose to go with the New Super Mario Bros. art style instead of a more standard pixel art style, similar to that of All-Stars or World?

It's not everyone's cup of tea, but I really enjoy the fluid, prerendered aesthetics that the Donkey Kong Country series pioneered, and the clean looks of the New Super Mario Bros. games.

Generally speaking, hand-drawn pixel art is king, of course, but I just don't possess the necessary skill.

To be perfectly honest, the low-poly prerendered look makes it very easy to achieve acceptable-looking, fluid animations with little effort using 3D modelling software. It's much less effort than drawing everything by hand for sure, so you could say it was an economical decision. Generally speaking, hand-drawn pixel art is king, of course, but I just don't possess the necessary skill.

Do you have any plans to remake anything else in the future in a similar style?

Not at all, I usually like to try my hand at different things once in a while. Maybe something original for a change.

Has anyone from Nintendo been in touch at all? If not, are you concerned that the project might be shut down?

No, they haven't. Games like these are problematic from a legal standpoint, no matter the intentions. In case this gets blown out of proportion on the internet and they are required to react, I'll have to face the consequences. I developed the game to completion in solitude, put it on a couple of dozen cartridges and sent these out as gifts, so as far as I'm concerned, the project is terminated already. I haven't made it available to the public, I haven't made profits from it in any way whatsoever, and the game explicitly states that there's no affiliation with Nintendo.

Frankly speaking, I do not think the game will make all that much of an impact. It's a hobbyist remake of a 30-year-old game for a 29-year-old system; a fun little anecdote for fans of the original, but I think the average consumer couldn't care less.


Thanks to ChronoMoogle for making this interview possible.