Code Monkey home page Code Monkey logo

gba-tools's Introduction

gba-tools

Collection of tools for Game Boy Advance development.

gbafix

Pads and patches GBA ROMs.

Authors: Dark Fader, BlackThunder, WinterMute, and Diegoisawesome.

Usage:

gbafix <romfile> [-p] [-t[title]] [-c<game_code>] [-m<maker_code>] [-r<version>] [-d<debug>]

    romfile         ROM input file
    -p              Pad to next exact power of 2. No minimum size!
    -t[<title>]     Patch title. Stripped filename if none given.
    -c<game_code>   Patch game code (four characters)
    -m<maker_code>  Patch maker code (two characters)
    -r<version>     Patch game version (number)
    -d<debug>       Enable debugging handler and set debug entry point (0 or 1)

gbalzss

Compresses and uncompresses ROMs.

Author: Michael Theall

Usage:

gbalzss [-h|--help] [--lz11] [--vram] <d|e> <infile> <outfile>

    -h, --help  Show this help
    --lz11      Compress using LZ11 instead of LZ10
    --vram      Generate VRAM-safe output (required by GBA BIOS)
    e               Compress <infile> into <outfile>
    d               Decompress <infile> into <outfile>
    <infile>        Input file (use - for stdin)
    <outfile>       Output file (use - for stdout)

gbfs

Creates a GBFS archive.

Author: Damian Yerrick

Usage:

gbfs archive [file...]

    archive         Output file
    file            Input file(s)

insgbfs

Inserts a GBFS file (or any other file) into a GBFS_SPACE (identified by symbol name) in a ROM.

Author: Damian Yerrick

Usage:

insgbfs sourcefile romfile symname

    sourcefile      Input file
    romfile         ROM file
    symname         symbol name

lsgbfs

Lists objects in a GBFS file.

Author: Damian Yerrick

Usage

lsgbfs file

    file            Input GBFS file

ungbfs

Dumps the objects in a GBFS file to separate files.

Author: Damian Yerrick

Usage:

ungbfs file

    file            Input GBFS file

gba-tools's People

Contributors

diegoisawesome avatar loociano avatar mtheall avatar sierraffinity avatar wintermute avatar

Watchers

 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.