• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Java ROM IO Library

  • 2
    Posts
    11
    Years
    • Seen Nov 28, 2016
    A GBA ROM Input/Output library written in Java!

    I'm going to keep this sweet and simple. Over the last few days, I've been writing some utility code to assist in hacking the generation III games in Java. I know that there isn't much cross-platform compatibility for hacking tools, so I'm hoping this will help fix that problem by giving developers a nice basis.

    Features:
    IO Speed - The reading and writing to and from the ROM is very fast.
    Data - As I write more programs, I will add my ROM IO code to the library. For instance, I'm writing a map editor right now so you find methods for querying map data available.
    Images - Supports reading (and soon writing) compressed images in the ROM.
    Java - Multiple platform support and easy to read code.
    Documentation - The code is documented well. If you don't understand a structure that this library supports, reading the annotations should help.
    No credit needed - Anyone can use this library and no credit is needed. Just add the source to your program and code away.

    Where can you find this library? Well, you can find it on Github!
    Here: https://github.com/Kurroku/GBA-IO

    If you find a bug or would like to contribute, leave a comment below!
     
    Back
    Top