Decompilation Progress

Boot
Code
Overlays

Asset Analysis Progress

Objects
 
 

Animal Forest is a reverse engineering project to decompile the Nintendo 64 game Doubutsu no Mori into C code. The project also extracts assets such as models, textures, and animations from the ROM. The C code and assets can then be recompiled to create a 1-to-1 ("matching") copy of the game.

Why?

Doubutsu no Mori is the starting point of the incredibly successful Animal Crossing series and a historically significant game. By decompiling it, we can learn more about how it was engineered, and what limitations the original developers had to work with. Looking at the source code can help us understand exactly how a game mechanic works, or what causes a glitch to happen.

Contribute

Contributions are always welcome! See our Contributing Guide for how to get started.