Title screen: usa bg.png (2-bit) come sfondo del menu

Sostituito title_bg.png con bg.png quantizzato a 2-bit (160x144,
palette Game Boy). La schermata del titolo ora mostra il nuovo sfondo.
This commit is contained in:
2026-06-24 20:31:44 +02:00
parent c9bdef4094
commit 3b72782225
4 changed files with 718 additions and 810 deletions
+716 -808
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -11,7 +11,7 @@
#define title_bg_TILE_H 8
#define title_bg_WIDTH 160
#define title_bg_HEIGHT 144
#define title_bg_TILE_COUNT 219
#define title_bg_TILE_COUNT 196
#define title_bg_PALETTE_COUNT 1
#define title_bg_COLORS_PER_PALETTE 4
#define title_bg_TOTAL_COLORS 4
@@ -22,6 +22,6 @@ extern const unsigned char title_bg_map[360];
BANKREF_EXTERN(title_bg)
extern const palette_color_t title_bg_palettes[4];
extern const uint8_t title_bg_tiles[3504];
extern const uint8_t title_bg_tiles[3136];
#endif