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.
I have followed all of the Gaming Monsters Game Boy YouTube tutorials and I can't get the Color Sprite tutorial to work in full-color only GB 4-color palette.
The video is here: https://www.youtube.com/watch?v=uD6-SlJlzQY&t=116
And the Source is available here: https://github.com/gingemonster/GamingM … SampleCode it's number 16
I CAN get it to work with GBDK 2.95-3 but not with GBDK 2020, has anyone else had this problem, seems something is missing.
Thanks,
Brian
Offline
Use -Wm-yc or -Wm-yC instead of -Wl-yp<XXX>=<YY>
Those examples are outdated, look into examples that come with gbdk-2020. Those are in gbdk/examples/gb folder
Offline
It's not an example, its a tutorial from YouTube, the example folder doesn't have any full-color sprite examples.
Offline
Sorry, I just noticed your notes on the changes to the Make file, that worked, Thanks!
Offline