chrismaltby / gb-studio

A quick and easy to use drag and drop retro game creator for your favourite handheld video game system
https://www.gbstudio.dev
MIT License
8.43k stars 467 forks source link

Support export to gamebox color and advance #379

Open furesoft opened 4 years ago

furesoft commented 4 years ago

please support exporting games to gba and gbc

RichardULZ commented 4 years ago

Game boy color is already supported in a small way, see https://www.gbstudio.dev/docs/settings/#gb-color-options More features for the Gameboy Color are still in development.

Gameboy Advance will not happen, it is a completely different system. The Gameboy Advance can already play GB and GBC games, so you can still play gbstudio games on there, as you would any original Gameboy game.

Artistblock307 commented 4 years ago

If exporting to GBA is important to you. Why not use the Goomba Color emulator? It's a gb/gbc emulator written for the Gameboy Advance. https://www.dwedit.org/gba/goombacolor.php

asiekierka commented 3 years ago

Alternatively, one could adapt the GB Studio player to the GBA. I've done this to v2beta as a weekend project: https://github.com/asiekierka/gbsenpai.

In theory, this could be adapted as another export path for GB Studio - but another toolchain's binary builds would have to be provided, more scripts written... I guess it'd be good to gauge demand now that a kind of solution for this exists.