mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +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"),
|
||||
};
|
||||
|
||||
const u16 gTitleScreenBgPalettes[] = INCBIN_U16("graphics/title_screen/pokemon_logo.gbapal");
|
||||
const u16 gTitleScreenBgPalettes2[] = INCBIN_U16("graphics/title_screen/rayquaza_and_clouds.gbapal");
|
||||
const u16 gTitleScreenBgPalettes[] = INCBIN_U16("graphics/title_screen/pokemon_logo.gbapal",
|
||||
"graphics/title_screen/rayquaza_and_clouds.gbapal");
|
||||
|
||||
const u16 gTitleScreenEmeraldVersionPal[] = INCBIN_U16("graphics/title_screen/emerald_version.gbapal");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user