Skip to content

cdlewis/snowboardkids2-decomp

Repository files navigation

progress

Snowboard Kids 2

box art

A (very much) work-in-progress matching decompilation of the greatest N64 game ever made, Snowboard Kids 2.

This repository does not contain any game assets or assembly whatsoever. An existing copy of the game is required.

Dependencies

This project has been tested on Ubuntu (x86). Your milege may vary on other systems.

System packages:

  • make
  • git
  • docker
  • python3
  • pip3

Build tools:

make setup

Build Python dependencies:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -U -r requirements.txt

Building

Copy your big-endian Snowboard Kids 2 rom into the root of the repository. Rename it to snowboardkids2.z64. Then run:

make clean
make extract
make

If everything works correctly you should see:

build/snowboardkids2.z64: OK

About

Decompilation of snowboard kids 2 (N64)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published