Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 696 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 696 Bytes

telefang_gb

Disassembly of Keitai Denjuu Telefang Speed and Power for the Gameboy Color (Japanese)

This repository builds telepower.gbc and telespeed.gbc, provided you have the appropriate build environment.

Requirements: GNU make, rgbds, Python 2.7 + pip, Python 3.x + pip

When cloning, remember to pass the --recursive flag to clone the extras submodule, required by gfx.py.

WARNING

When building for the first time, the ROMs will not match. This is because the colored PNGs do not build correctly due to a bug in gfx.py. Resolve this by running the following commands in your UNIX shell:

find . -iname "*.2bpp" -exec git checkout {} \;