Gameboy Tools
A downloadable tool for Windows
Gameboy Sprite Exporter
Features
- Convert your images into C and Assembly arrays
- Remove duplicate sprites or just click on sprites to remove them from the export
- Paste images from the clipboard into the exporter
- Copy the converted code to the clipboard
Shortcuts
- ctrl + c - copies exported code to the clipboard
- ctrl + v - paste image from clipboard
- ctrl + s - save the code to file
Gameboy Sprite Exporter requires .NET Framework 2.0
Ogmo Map Converter
Ogmo Map Converter is a command line tool for converting map files from the Ogmo Editor into arrays for C and Assembly.
At the moment it can only convert tile layers that have export mode CSV and grid layers that have either rectangle or bitstring export mode.
Commands
- MapName C - converts map to C
- MapName ASM - converts map to assembly
- MapName - converts map to C
- -all - converts all maps
- -list - list all maps in the folder
- -delete MapName - deletes map
Download
Development log
- Gameboy Sprite Exporter V 1.2Jul 03, 2021
- Gameboy Sprite Exporter V 1.1Aug 05, 2019
Comments
Log in with itch.io to leave a comment.
Is there a way to export the sprite with the highlighted duplicate tiles removed?
Just wanted to thank you for the Sprite Exporter! Had been looking for a tool to convert my sprites, but all the other tools had issues with the second DMG palette. This is just what I needed. :D