mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Connect title screen BG palettes together
This commit is contained in:
parent
6963c00016
commit
d528d75af7
@ -1541,8 +1541,8 @@ const u16 gMonIconPalettes[][16] =
|
|||||||
INCBIN_U16("graphics/pokemon/icon_palettes/icon_palette_2.gbapal"),
|
INCBIN_U16("graphics/pokemon/icon_palettes/icon_palette_2.gbapal"),
|
||||||
};
|
};
|
||||||
|
|
||||||
const u16 gTitleScreenBgPalettes[] = INCBIN_U16("graphics/title_screen/pokemon_logo.gbapal");
|
const u16 gTitleScreenBgPalettes[] = INCBIN_U16("graphics/title_screen/pokemon_logo.gbapal",
|
||||||
const u16 gTitleScreenBgPalettes2[] = INCBIN_U16("graphics/title_screen/rayquaza_and_clouds.gbapal");
|
"graphics/title_screen/rayquaza_and_clouds.gbapal");
|
||||||
|
|
||||||
const u16 gTitleScreenEmeraldVersionPal[] = INCBIN_U16("graphics/title_screen/emerald_version.gbapal");
|
const u16 gTitleScreenEmeraldVersionPal[] = INCBIN_U16("graphics/title_screen/emerald_version.gbapal");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user