Skip to content

Commit 861c579

Browse files
authored
remove sBirchSpeechPlatformBlackPal (#2075)
1 parent 404818e commit 861c579

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

graphics/birch_speech/bg2.pal

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JASC-PAL
22
0100
3-
8
3+
16
44
255 255 164
55
255 255 106
66
222 222 90
@@ -9,3 +9,11 @@ JASC-PAL
99
123 123 49
1010
90 90 32
1111
57 57 16
12+
0 0 0
13+
0 0 0
14+
0 0 0
15+
0 0 0
16+
0 0 0
17+
0 0 0
18+
0 0 0
19+
0 0 0

src/main_menu.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ static const u16 sBirchSpeechBgPals[][16] = {
255255
static const u32 sBirchSpeechShadowGfx[] = INCBIN_U32("graphics/birch_speech/shadow.4bpp.lz");
256256
static const u32 sBirchSpeechBgMap[] = INCBIN_U32("graphics/birch_speech/map.bin.lz");
257257
static const u16 sBirchSpeechBgGradientPal[] = INCBIN_U16("graphics/birch_speech/bg2.gbapal");
258-
static const u16 sBirchSpeechPlatformBlackPal[] = {RGB_BLACK, RGB_BLACK, RGB_BLACK, RGB_BLACK, RGB_BLACK, RGB_BLACK, RGB_BLACK, RGB_BLACK};
259258

260259
#define MENU_LEFT 2
261260
#define MENU_TOP_WIN0 1
@@ -1278,7 +1277,7 @@ static void Task_NewGameBirchSpeech_Init(u8 taskId)
12781277
LZ77UnCompVram(sBirchSpeechShadowGfx, (void *)VRAM);
12791278
LZ77UnCompVram(sBirchSpeechBgMap, (void *)(BG_SCREEN_ADDR(7)));
12801279
LoadPalette(sBirchSpeechBgPals, BG_PLTT_ID(0), 2 * PLTT_SIZE_4BPP);
1281-
LoadPalette(sBirchSpeechPlatformBlackPal, BG_PLTT_ID(0) + 1, PLTT_SIZEOF(8));
1280+
LoadPalette(&sBirchSpeechBgGradientPal[8], BG_PLTT_ID(0) + 1, PLTT_SIZEOF(8));
12821281
ScanlineEffect_Stop();
12831282
ResetSpriteData();
12841283
FreeAllSpritePalettes();

0 commit comments

Comments
 (0)