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.
In StateGame.c:
Add
INIT_FONT(font, 3, PRINT_WIN);
to the last line of your void Start_STATE_GAME() function.
Next,
Add
if (KEY_PRESSED(J_START)) {
waitpadup();
HIDE_SPRITES;
SHOW_WIN;
PRINT(0, 8, "PAUSE.LrnHow2CodeLOL");
waitpad(J_START);
waitpadup();
PRINT(0, 8, " ");
HIDE_WIN;
SHOW_SPRITES;
}as the last line in your void Update_STATE_GAME() function.
This works in ZGB.
Last edited by gbjosh (2018-01-08 23:09:57)
Offline
Yes thank you man i love you gb Josh
Offline