The build approach

Use a build program and simply use
goomba-compilation.gba with gameboy roms.
|
The Pogoshell Approach

Take goomba-compilation.gba and turn it
into a plugin:
java d "goomba-compilation.gba" "goomba.mbz"
Optional: Make other compilations and prepend them to gameboy
roms:
java append "Super Mario Land.bin" "Super Mario Land.png" "Super Mario
Land"
Windows: cp /b "Super Mario Land.bin"+"Super Mario Land.gb"
"final\Super Mario Land.gb"
Linux: cat "Super Mario Land.bin" "Super Mario Land.gb" >
"final/Super Mario Land.gb"

Place goomba.mbz in the .shell/plugins
directory and make an entry for it in .shell/pogo.cfg: gb 2
goomba.mbz 1
|