Skip to content

Injects a custom Super Game Boy Border into any Game Boy ROM in the most possible user-friendly way!

License

Notifications You must be signed in to change notification settings

marcrobledo/super-game-boy-border-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Game Boy Border Injector

This project contains allows to inject a custom Super Game Boy Border into (almost) any Game Boy ROM in the most possible user-friendly way.

It comes in two different implementations:

  • Web implementation
  • ASM implementation

Some amazing examples made with SGB Border Injector:

SGB border for Wink & the Broken Robot (homebrew) SGB border for Kid Dracula (hack) SGB border for Metroid II: Return of Samus

Web implementation

This is probably what everyone is looking for: a simple web app that does the magic for you!

Just select your desired ROM and Super Game Boy border data and the app will build the SGB compatible ROM with your border and even custom palette.

You might probably need Super Game Boy Border Converter, which will convert any image to the needed data the injector asks for.

This web injector just automatizes the process of injecting the assembled code from the ASM implementation below.

ASM implementation

This RGBDS skeleton project allows you to inject a custom Super Game Boy Border to any Game Boy ROM.

Thanks to xenophile, Imanol Barriuso and nitro2k01 for their help!

How to compile

  1. Get RGBDS and unzip it at rgbds folder.
  2. Place the game you are going to patch as roms/input.gb file.
  3. Place sgb_map.bin, sgb_tiles.bin and sgb_palettes.bin in src/.
  4. Read src/settings.asm carefully and edit it, filling all needed offsets and constants for your game.
  5. Compile with assemble.bat (Windows) or assemble.sh (Unix).
  6. If there were no errors, a ROM roms/output.gb will be created.

About

Injects a custom Super Game Boy Border into any Game Boy ROM in the most possible user-friendly way!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published