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.
How can I add the "new game", "continue" "settings" options in 'Splashscreens'?
as well as to detect when A is pressed to access the option and press B to go back. I have this doubt for quite some time and I think it could make my game more attractive.
Offline
If you're using GBDK, then I might have a solution. I haven't gotten to that point with my game yet, but I have some ideas on what I might do. You can probably make an integer keep track of the cursor position and make it so up and down adds, or subtracts, one from it. Then use a switch statement to set the cursor's position. Use another switch statement off that vlue when A is pressed to determine what screen to go to.
Last edited by Ardis (2020-01-17 10:00:53)
Offline