Giter Club home page Giter Club logo

bugsite's Introduction

Keitai Denjuu Telefang (携帯電獣テレファング)

This is a partial disassembly of Keitai Denjuu Telefang, a wonderful RPG and creature collection game for the Game Boy Color.

Fan Translation

The English fan translation can be found here, on the patch branch of this repository!

Who are we?

We're Tulunk Village, the internet's first, probably only, and definitely coolest Telefang community! We can be found at Telefang.net, from where you can find all sorts of Telefang resources.

Like Telefang? Wanna talk to the programmers and translators? Just want to talk with some like-minded people? We run a Discord for everything Telefang, and we'd be happy to see you there!

Problems

If you find any problems with the disassembly, or there's something you'd like changed or added, you can open an issue here on GitHub about it (or even fix it yourself and open a pull request, if you're feeling up to it).

Technical stuff

ROMs built

This disassembly builds the following ROMs:

  • Keitai Denjuu Telefang: Power Version (telefang_pw.gbc, MD5 04f7ea139fef2bc2e3f70b2c23933d2e)
  • Keitai Denjuu Telefang: Speed Version (telefang_sp.gbc, MD5 ebfe05828463cc004898e6a95ee57fea)

How to build

To build the finished ROMs, two base ROMs are required: baserom_pw.gbc (Power Version), baserom_sp.gbc (Speed Version).

After placing them in the top-level directory, you can check their hashes to make sure you've got the right files:

$ md5sum baserom_pw.gbc baserom_sp.gbc
04f7ea139fef2bc2e3f70b2c23933d2e  baserom_pw.gbc
ebfe05828463cc004898e6a95ee57fea  baserom_sp.gbc

If your Power Version base ROM has an MD5 hash of 8b0a1b6667040a52f6957c0eeea1dbd7, it's a known bad dump. In that case, replace it with a correct dump from a legitimate Keitai Denjuu Telefang Power Version cartridge.

Windows 10 and Linux

If you're on Windows 10 or higher, you'll first of all have to install and use the Windows Subsystem for Linux.

The following needs to be installed in order to build:

  • Python (on Linux or Windows with the Linux subsystem, it'll most likely already be installed)
  • RGBDS version 0.5.0 or newer (follow the instructions in the readme on the GitHub page to install)

Windows 8 and Lower

Download and install Cygwin with make, git, gcc-core and python3.

Download the Windows release of RGBDS (0.5.0 or newer) and copy the exe and dll files into C:\cygwin64\usr\local\bin.

Build

Once that's all in order, just run make (or make -j4 if you don't have all day), and the finished ROMs will be built.

bugsite's People

Contributors

kmeisthax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kmeisthax

bugsite's Issues

rgbds v0.3.3 compatibility

rgblink -n build/bugsite_alpha.sym -m build/bugsite_alpha.map -O baseroms/baserom_alpha.gbc -o build/bugsite_alpha.gbc build/component/bugvm/decode.o build/component/bugvm/optable.o build/component/bugvm/vm_state.o build/component/bugvm/datastack.o build/component/bugvm/predicate.o build/component/windowmanager/contents_config.o build/component/windowmanager/drawframe.o build/component/windowmanager/menu_config.o build/component/windowmanager/print_tools.o build/component/windowmanager/cursor.o build/component/windowmanager/winclr.o build/component/mainscript/window.o build/component/mainscript/scene.o build/component/lcdc/poke.o build/component/lcdc/vmemcopy.o build/component/system/banking.o build/component/bugfs/indexlinkage.o build/component/mainscript/player_name.o build/component/nameinput/string_temporary.o build/component/nameinput/nickname_datablock.o build/versions/alpha/component/bugfs/directory.bugfs.o build/versions/alpha/script/encounters.atbl.o build/versions/beta/script/encounters.atbl.o build/versions/alpha/script/monsters.atbl.o build/versions/beta/script/monsters.atbl.o build/script/chips.atbl.o build/script/keyitems.atbl.o build/script/moves.atbl.o
error: build/versions/alpha/component/bugfs/directory.bugfs.o: Invalid file or object file version [RGB4]
make: *** [Makefile:81: build/bugsite_alpha.gbc] Error 1

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.