Aggiungi schermata crediti (SELECT nel menu titolo)

SELECT nel menu titolo mostra i crediti: titolo, autore (Matteo B.),
strumenti (GBDK 2020, SDCC SM83, PyBoy). B per tornare al titolo.
Usa il Window layer (come le istruzioni) per non corrompere il BG map.

Ricrea i file src/screens/ rimossi da make clean (death.c,
instructions.c, screens.c) e aggiunge credits.c.
This commit is contained in:
2026-06-26 11:12:29 +02:00
parent 402b713477
commit 7757e414a4
9 changed files with 77 additions and 23 deletions
+3
View File
@@ -26,6 +26,9 @@ void show_going_deeper(void);
// Schermata del finale tragico (game_over == 3)
void show_finale(void);
// Schermata dei crediti (SELECT nel menu titolo)
void show_credits(void);
// Helper condivisi (definiti in screens.c)
void ending_puttext(uint8_t col, uint8_t row, const char *s);
void ending_putdigit(uint8_t col, uint8_t row, uint8_t digit);