Update title screen image
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user