Giter Site home page Giter Site logo

mariohockeygb's Introduction

Introduction

This is my attempt to code the intro cutscenes to Mario Hockey created by 2bitcrook. This it the original intro:

Mario Hokey Intro

The original Tumblr post is here. You can view the You Tube video of this code running here and a smaller GIF here:

GIF here

I took the original GIF images and wrote code to reproduce them on an actual Game Boy. This is still a work in progress and so far I have only implemented the first six cut scenes. I have attempted to reproduce them as faithfully as I can but unfortunately although the demake tries to follow all Game Boy limitations on hardware it doesn't take into account limitations on sprites so they can not be reproduced exactly as in the video.

Compiling

You need to have Rednex GameBoy Development System installed in your system as well as the make program. Just type make and you should see:

 $ make
 rgbasm -i inc/ -o main.obj  main.z80
 rgblink -n roms/mariohokey.sym -m roms/mariohokey.map -o roms/mariohokey.gb main.obj
 rgbfix -v -t "Mario Hockey" -p 0 roms/mariohokey.gb
 rm main.obj

After that you should have a ROM image in the roms directory with a .map and .sym table:

$ ls -l roms/
total 144
-rw-r--r--  1 Cesar  staff  65536 Jan  2 03:19 mariohokey.gb
-rw-r--r--  1 Cesar  staff   2887 Jan  2 03:19 mariohokey.map
-rw-r--r--  1 Cesar  staff   1478 Jan  2 03:19 mariohokey.sym

Copiar al cart

   $ ems-qart

mariohockeygb's People

Contributors

cesarmiquel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.