Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Pages: 1
Download: http://gbdev.gg8.se/files/gbdev2014/Bac … oColor.gbc
Or download a zip containing all ROMs: http://gbdev.gg8.se/files/gbdev2014/gbd … llroms.zip
-Name: Back to Color
-Author: AntonioND
-Forum user: AntonioND (who'd have said it...) http://gbdev.gg8.se/forums/profile.php?id=477
-Description:
Here it is my first GBC demo. I started it like four years ago, but stopped after doing 3 scenes (not great, that's why I stopped). I’ve coded the rest in just a few weeks, in fact I started doing new effects a few days before the GBDev compo announcement. So... that's it! I hope you like it!
I've coded it, and made the music, the only thing I haven't done is the train screen graphics and the credits graphics. Oh, and it shows a little credits screen in non-color gameboys! If you want to skip some parts, hold up/right/down/left when the demo is loading if you want to skip 1/2/3/4 songs.
I've attached the binary and some screenshots. It works on most emulators (the pentagon thing has a problem with priorities in old versions of VBA, but BGB, Gambatte and VBA-M emulate it correctly) and, of course, real hardware.
And here's a little video for the lazy ones
https://www.youtube.com/watch?v=MzfG4sGib_0
===
Source code on GitHub and other things:
https://github.com/AntonioND/back-to-color
http://antoniond_blog.drunkencoders.com/?p=314
https://www.youtube.com/watch?v=eSEsd1OGA74
Download is in the blog, or here:
https://github.com/AntonioND/back-to-co … s/tag/v1.0
The demo binary should be the same as here.
Offline
This one is definitely my favorite. I especially like the train scene and the city. The only thing I wish is that the user could actually do something in the game instead of the game being practically a movie, but maybe its just me.
Offline
Please I need help to compile this to a gb rom
Offline
Well, unless you say what problem you are having I can do nothing. You need RGBDS and 'make', and it's as simple as going to the folder, changing the paths to the RGBDS binaries in the Makefile, and typing 'make' in a terminal.
Offline
I mean what bat file do I make and how. I am new to gb programing ?
and I only downloaded the source code and gbdk
and this is my directory of the source code
C:\gbdk\roms\back-to-color-1.0
Is there anything else I need to download ?
Last edited by npzman (2017-01-20 21:39:45)
Offline
This doesn't use GBDK, it uses RGBDS https://github.com/bentley/rgbds And it doesn't use bat files, you need to install MinGW, Cygwin or something like that so that you can use the 'make' command. I use Linux so I can't really help a lot regarding this if you use Windows.
Use Google translate to read this, maybe it can help: http://wiki.ladecadence.net/doku.php?id … nsamblador There was an English translation but I think it's offline now.
Offline
I never used RGBDS before I only know of the GBDK what is better GBDK or RGBDS
how to use RGBDS ?
Offline
did you used linux to make back to colour ?
Offline
Pages: 1