Update title screen image

This commit is contained in:
2026-06-23 00:14:13 +02:00
parent c0c217f4f6
commit f00b533581
4 changed files with 180 additions and 191 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
#define title_bg_TILE_H 8
#define title_bg_WIDTH 160
#define title_bg_HEIGHT 144
#define title_bg_TILE_COUNT 176
#define title_bg_TILE_COUNT 165
#define title_bg_PALETTE_COUNT 1
#define title_bg_COLORS_PER_PALETTE 4
#define title_bg_TOTAL_COLORS 4
@@ -24,6 +24,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[2816];
extern const uint8_t title_bg_tiles[2640];
#endif