diff --git a/graphics/bag/fr/berry_tag.bin b/graphics/bag/fr/berry_tag.bin new file mode 100644 index 0000000000..38f20bda4e Binary files /dev/null and b/graphics/bag/fr/berry_tag.bin differ diff --git a/graphics/bag/fr/check_berry.png b/graphics/bag/fr/check_berry.png new file mode 100644 index 0000000000..e5e01ba76d Binary files /dev/null and b/graphics/bag/fr/check_berry.png differ diff --git a/graphics/bag/fr/hm.png b/graphics/bag/fr/hm.png new file mode 100644 index 0000000000..2a1ada4e01 Binary files /dev/null and b/graphics/bag/fr/hm.png differ diff --git a/graphics/bag/it/berry_tag.bin b/graphics/bag/it/berry_tag.bin new file mode 100644 index 0000000000..ed9dfb8129 Binary files /dev/null and b/graphics/bag/it/berry_tag.bin differ diff --git a/graphics/bag/it/check_berry.png b/graphics/bag/it/check_berry.png new file mode 100644 index 0000000000..4141ccf650 Binary files /dev/null and b/graphics/bag/it/check_berry.png differ diff --git a/graphics/bag/it/hm.png b/graphics/bag/it/hm.png new file mode 100644 index 0000000000..2718093851 Binary files /dev/null and b/graphics/bag/it/hm.png differ diff --git a/graphics/battle_frontier/tourney_buttons_fr.png b/graphics/battle_frontier/tourney_buttons_fr.png new file mode 100644 index 0000000000..208015b27e Binary files /dev/null and b/graphics/battle_frontier/tourney_buttons_fr.png differ diff --git a/graphics/battle_frontier/tourney_buttons_it.png b/graphics/battle_frontier/tourney_buttons_it.png new file mode 100644 index 0000000000..28bf182dfe Binary files /dev/null and b/graphics/battle_frontier/tourney_buttons_it.png differ diff --git a/src/data/graphics/berries.h b/src/data/graphics/berries.h index e33384a846..00fb9392a4 100644 --- a/src/data/graphics/berries.h +++ b/src/data/graphics/berries.h @@ -1,7 +1,17 @@ +#if ENGLISH const u32 gBerryCheck_Gfx[] = INCBIN_U32("graphics/bag/check_berry.4bpp.lz"); const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/bag/check_berry.gbapal.lz"); - const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/bag/berry_tag.bin.lz"); +#elif FRENCH +const u32 gBerryCheck_Gfx[] = INCBIN_U32("graphics/bag/fr/check_berry.4bpp.lz"); +const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/bag/check_berry.gbapal.lz"); +const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/bag/fr/berry_tag.bin.lz"); +#elif ITALIAN +const u32 gBerryCheck_Gfx[] = INCBIN_U32("graphics/bag/it/check_berry.4bpp.lz"); +const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/bag/check_berry.gbapal.lz"); +const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/bag/it/berry_tag.bin.lz"); +#endif + const u32 gBerryTag_Pal[] = INCBIN_U32("graphics/bag/berry_tag_title.bin.lz"); const u32 gBerryCheckCircle_Gfx[] = INCBIN_U32("graphics/bag/check_berry_circle.4bpp.lz"); diff --git a/src/graphics.c b/src/graphics.c index 386ebe2a15..52d39d2acd 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -958,7 +958,13 @@ const u32 gDomeTourneyLineUp_Tilemap[] = INCBIN_U32("graphics/battle_frontier/to const u32 gDomeTourneyInfoCard_Gfx[] = INCBIN_U32("graphics/battle_frontier/tourney_info_card.4bpp.lz"); const u32 gDomeTourneyInfoCard_Tilemap[] = INCBIN_U32("graphics/battle_frontier/tourney_info_card_tilemap.bin.lz"); const u32 gDomeTourneyInfoCardBg_Tilemap[] = INCBIN_U32("graphics/battle_frontier/tourney_info_card_bg.bin.lz"); +#if ENGLISH const u32 gDomeTourneyTreeButtons_Gfx[] = INCBIN_U32("graphics/battle_frontier/tourney_buttons.4bpp.lz"); // exit/cancel and pokeball buttons +#elif FRENCH +const u32 gDomeTourneyTreeButtons_Gfx[] = INCBIN_U32("graphics/battle_frontier/tourney_buttons_fr.4bpp.lz"); // exit/cancel and pokeball buttons +#elif ITALIAN +const u32 gDomeTourneyTreeButtons_Gfx[] = INCBIN_U32("graphics/battle_frontier/tourney_buttons_it.4bpp.lz"); // exit/cancel and pokeball buttons +#endif const u32 gDomeTourneyTree_Pal[] = INCBIN_U32("graphics/battle_frontier/tourney.gbapal.lz"); const u32 gDomeTourneyTreeButtons_Pal[] = INCBIN_U32("graphics/battle_frontier/tourney_buttons.gbapal.lz"); const u32 gDomeTourneyMatchCardBg_Pal[] = INCBIN_U32("graphics/battle_frontier/tourney_match_card_bg.gbapal.lz"); @@ -1297,7 +1303,13 @@ const u16 gMenuInfoElements2_Pal[] = INCBIN_U16("graphics/interface/menu_info2.g const u16 gMenuInfoElements3_Pal[] = INCBIN_U16("graphics/interface/menu_info3.gbapal"); const u8 gMenuInfoElements_Gfx[] = INCBIN_U8("graphics/interface/menu_info.4bpp"); +#if ENGLISH const u8 gBagMenuHMIcon_Gfx[] = INCBIN_U8("graphics/bag/hm.4bpp"); +#elif FRENCH +const u8 gBagMenuHMIcon_Gfx[] = INCBIN_U8("graphics/bag/fr/hm.4bpp"); +#elif ITALIAN +const u8 gBagMenuHMIcon_Gfx[] = INCBIN_U8("graphics/bag/it/hm.4bpp"); +#endif // contest results screen