Tarzan: Lord of the Jungle (SNES, Unreleased)

After years of only seeing a few screenshots of the game, the unreleased Tarzan: Lord of the Jungle for the SNES is now finally available. This ROM came directly from Jim Grundell, the programmer who lead the project during development.

There are two ROMs of Tarzan, one using original code, and one including a button fix (read more about that below). Both can be downloaded here. We are also sharing the original source files and graphic files converted to a more modern format.

Original Tarzan ROM
Tarzan ROM with Bugfixes

GIF Animation Files
Tarzan Design Document – DOC File
Tarzan Design Spreadsheet – XLS File
Tarzan Source Code and Assets

External Internet Archive Link with All the Above

Details

Tarzan: Lord of the Jungle was a planned title to be published by GameTek. Based on the fictional character by Edgar Rice Burroughs, the game was slated for a 1994 release date alongside versions for the Game Boy and Sega Game Gear. As we can read from a document dated July of 1993 (see above), the game was designed as “a multi-level side-scrolling action game,” where Tarzan must overcome obstacles to rescue Jane from the African jungle.

GameTek contracted Seattle-based developer Manley & Associates (now known as Electronic Arts Seattle) to develop the SNES version, with Jim Grundell heading the project with a team of around eleven people.

“The game was playable, it didn’t have any bugs, but I don’t think it had a lot of content,” Grundell tells me via email. “I can only remember 2 or 3 distinct levels and a few cutscenes, but there may have been more. I’m not sure if the design was complete as we just had a few levels to work with.”

[Note: Manley & Associates had no involvement whatsoever with the released Game Boy and Game Gear ports, which were instead handled by Eurocom Developments.]

While the game may lack originality in its design, the visuals stand out. Jim Bradrick, an animator best known for his work at Humongous Entertainment, was hired on as director for the animation. For a SNES game developed in 1993, the animation is incredibly smooth –  it looks almost rotoscoped.

“I had been out of any art jobs for a while when Manley hired me as a background artist,” Jim Bradrick recalls. “It was weird doing chunky art like that, always with limited palettes and usually with tiling to save on precious computer memory.”

“Then when a version of Pitfall* was released with an attempt at decent animation, and then Jungle Book, suddenly everybody wanted good animation, and there I was—an experienced animator. So I did just about all the animation for Tarzan, as I recall, but still it was very low rez, so his head had like eight pixels, very abstract—you couldn’t draw a nose or eyes, but you could suggest shadowed areas where a nose or eye socket might be.“

[Note: Pitfall: The Mayan Adventure was released in 1994 but was previewed in 1993 so could have been the inspiration for the project’s animation style]

Tarzan was canned for multiple reasons, ranging from the usual to the unusual. It was developed as a game with no prototyping and very little iteration or rework on the design side, making the overall control of Tarzan awkward and unresponsive.

In the words of the assistant programmer James Hague, “It had some great visuals, but wasn’t very good as game.”

One of the stranger reasons of cancellation had to do with the subject matter. In the game Tarzan kills many different animals with a knife, which was something GameTek did not appreciate in terms of it’s violent depiction.

Clayton Kauzlaric, the lead background artist on Tarzan, goes more in-depth on this in a 2006 blog post. “The game’s cancellation may have been related to the way good ol’ Tarzan methodically slaughters his way through the endangered species list over the course of the game,” says Clayton. “The fact that doing so wasn’t even fun just sealed the deal.”

At one point during development, Manley had attempted a work-around for this – changing the plot so the animals are “magic” with their death animations replaced with smoke puffs. Needless to say it didn’t go well either.

Tarzan would be cancelled around late 1994 after a few trade show appearances. A Genesis version was also rumoured to be in development, however reports from former GameTek staff likely disprove it.

So how exactly did we get the ROMs working? Jim sent us source code from 1993, which makes use of an assembler that we didn’t have access to. To get around this, we contacted programming expertise Rich Whitehouse to help analyze it.

Rich ultimately conducted that  “it came with pre-built object files, so I’ve actually just reverse engineered the simple format used in the object files, piled them into a binary using the correct bank/address locations, and generated a proper(-ish) header.”

”After loading the game up initially, I discovered I couldn’t get past the title screen due. As a hackaround, I patched the binary to just jump straight to Scanjoys from ScanjoysOpt. This makes it possible to get into the game, although it has some broken-debounce side effects when navigating menus. Upon further investigation, this appears to be a timing problem related to input registers in bsnes, so I’ve included both patched and unpatched ROMs.”

Update: The above has been corrected by Rich:

The “btnfix” ROM shouldn’t actually be necessary at all – it’s a jmp hack to get around a bsnes issue, but that issue was already fixed in bsnes too. I happened to have a pretty old version on my laptop, where I was testing the ROM. So TL;DR is, use the unpatched ROM I compiled.

Examples Of Some Of The GIF Animations –

Password List

 .db'NOPASS ',0;lev 22 - BONUS
.db'CREDITS',0;lev 21 - BONUS
.db'KREEGOR',0;lev 20 - SHAMONBOSS
.db'TANTOR ',0;lev 19 - OPARTEMPLE
.db'NOPASS ',0;lev 18 - OPARWELLS
.db'BUNDOLO',0;lev 17 - OPARSTREET
.db'NOPASS ',0;lev 16 - CAVERNS - (KANDO)
.db'MEETA  ',0;lev 15 - WATERFALL
.db'GOMLUL ',0;lev 14 - UPRIVER
.db'HORTA  ',0;lev 13 - JUNGLE4
.db'GIMLA  ',0;lev 12 - DOWNRIVER
.db'HISTAH ',0;lev 11 - JUNGLE3
.db'NOPASS ',0;lev 10 - No level
.db'NOPASS ',0;lev 9  - No level
.db'ABALA  ',0;lev 8  - SHIP
.db'SABOR  ',0;lev 7  - REEF - (SABOR)
.db'NOPASS ',0;lev 6  - No level
.db'LUL    ',0;lev 5  - BEACH
.db'KAGODA ',0;lev 4  - SWAMP
.db'MANGANI',0;lev 3  - CLEARING
.db'DENWALA',0;lev 2  - TZANHOME 

About Dylan Mansfield

Dylan Mansfield has been a writer and historian for Gaming Alexandria since 2018. For preservation inquiries, contact Dylan at @thatdylanfellow on Twitter

3 thoughts on “Tarzan: Lord of the Jungle (SNES, Unreleased)

  1. Thanks for this prototype .

    I really hope you will be able to bring us one day the dump of the prototype of Akira on Gameboy & SNES

    1. Thanks for the response! Glad you appreciate our efforts.

      I actually thought about making an article on all the Akira games – I may or may not have some dev leads 😉

  2. Hey there, I just found your page through a YouTube video. I don’t know anything about how ROMs work but I’m a huge Tarzan fan and would really like to play this game which I never knew even existed. But after downloading your bugfix file, I can’t open it, any tips on how I could get the game going? Thanks!
    Pat

Leave a Reply

Your email address will not be published. Required fields are marked *