Animal Crossing for the GameCube was a game far ahead of its time and one of my personal favorites growing up. One of the most beloved features was the addition of playable NES games as rare collectible furniture items.
This feature was implemented by including NES and FDS emulators and the actual game ROMs on the Animal Crossing disk. The NES emulator included with Animal Crossing is frequently referenced as being one of the most accurate NES emulators available, but comes with the requirement of playing or emulating a GameCube to access the feature.
What if you wanted to play these ROMs on a different emulator without having to jump into your Animal Crossing town, is that possible?
What game ROMs are available?
There are 21 total NES and Famicom Disk System (FDS) ROMs across the first generation of Animal Crossing games. Different games are included depending on the edition of the game (Doubutsu no Mori, Doubutsu no Mori+, Animal Crossing, or Doubutsu no Mori e+) with Animal Crossing containing the most unique games at 19. Different ROMs are sometimes used depending on the game's region.
I've included a full list of games available along with two other data columns. The first being the "loose" game price from Pricecharting at the time of publication. Buying physical copies of all the games included in Animal Crossing costs just over $500 USD!
The second column is whether the game is available as a part of the "Nintendo Entertaminment System™ Nintendo Switch Online" subscription, here abbreviated as "NSO".
| Balloon Fight | $30 | Yes |
| Baseball | $5 | Yes |
| Clu Clu Land | $40 | Yes |
| Clu Clu Land D (1) | $42 | No |
| Donkey Kong | $47 | Yes |
| Donkey Kong 3 | $18 | Yes |
| Donkey Kong Jr. | $151 | Yes |
| Excitebike | $11 | Yes |
| Golf | $7 | Yes |
| Gomoku Narabe Renju (2) | $3 | No |
| Ice Climber | $24 | Yes |
| The Legend of Zelda | $27 | Yes |
| Mahjong (2) | $8 | No |
| Pinball | $4 | Yes |
| Punch-Out!! | $19 | Yes |
| Super Mario Bros. | $15 | Yes |
| Tennis | $9 | Yes |
| Wario's Woods | $44 | Yes |
| Total | $504 |
So if we've archived the Animal Crossing ROM from the physical disk using CleanRip or the FlippyDrive backup tool, what can we do to extract the NES and FDS ROM files?
When I went looking for answers, originally I tried tracking down the exact offsets within the Animal Crossing ROM using the Animal Crossing decompilation project as a reference. This turned out to be unnecessary, as I discovered that the ROM data was likely compressed.
Knowing that the ROM data was compressed, on a hunch I checked the ROM for all Yaz0-compressed blobs. Yaz0 is commonly used by Nintendo for compressing assets. Sure enough, the ROMs were all compressed using Yaz0 which uses a highly identifiable magic string of "Yaz0". This meant we could extract all ROM files by decompressing all Yaz0 blobs and then look for NES and FDS ROM headers.
Below is the entire script I used to archive the NES ROMs from the Animal Crossing ISO, including an implementation of the Yaz0 compression scheme:
Click to show animal-crossing-nes-roms.py source code
The source code above is also available as a Gist, licensed MIT. After running this script with an Animal Crossing ISO you'll find all the NES and Famicom Disk System ROMs in your current directory:
This script can be improved by adding more MD5 checksums of ROMs from different regions like Japan and the EU. Currently I've only tested using the North American copy of Animal Crossing.
These ROMs can now be used just like any other ROM with NES emulators. If you're playing on desktop and want to try your ROMs out you can use Pinky, a WASM-based NES emulator. If you want to play on mobile I recommend using the Delta emulator.
It feels quite magical to be playing NES games from a childhood copy of Animal Crossing on a modern iPhone. Wario's Woods was always my favorite, so I look forward to playing the game more often and keeping that nostalgic connection alive.
If you're looking for more ways to find legal ROMs of games, WULFF DEN published a video recently linking to a list of other "ROM extraction" methods like this one.
Playing Wario's Woods on the Delta emulator
(1): Note that you will need to convert the QD file (.qd) for "Clu Clu Land: Welcome to New Clu Clu Land" into an FDS file (.fds) to play the ROM with an emulator. Here's a simple Python script that I found on GitHub that worked perfectly.
(2): If you happen to also own Animal Forest+ (but not Animal Forest e+) you can also obtain "Mahjong" and "Renju Gomoku Narabe" (ごもくならべ) Famicom games.
Have thoughts or questions? Send them my way:
sethmlarson.99 (Signal)
[email protected]
@[email protected]
Want more articles like this one? Get notified of new posts by subscribing to the RSS feed or the email newsletter. I won't share your email or send spam, only whatever this is!
Want more content now? This blog's archive has 127 ready-to-read articles. I also curate a list of cool URLs I find on the internet.
Find a typo? This blog is open source, pull requests are appreciated.
Thanks for reading! ♡ This work is licensed under CC BY-SA 4.0
.png)


