mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 05:26:53 -05:00
(260/665)
This commit is contained in:
BIN
graphics/bag/fr/berry_tag.bin
Normal file
BIN
graphics/bag/fr/berry_tag.bin
Normal file
Binary file not shown.
BIN
graphics/bag/fr/check_berry.png
Normal file
BIN
graphics/bag/fr/check_berry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 805 B |
BIN
graphics/bag/fr/hm.png
Normal file
BIN
graphics/bag/fr/hm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 184 B |
BIN
graphics/bag/it/berry_tag.bin
Normal file
BIN
graphics/bag/it/berry_tag.bin
Normal file
Binary file not shown.
BIN
graphics/bag/it/check_berry.png
Normal file
BIN
graphics/bag/it/check_berry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 757 B |
BIN
graphics/bag/it/hm.png
Normal file
BIN
graphics/bag/it/hm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 B |
BIN
graphics/battle_frontier/tourney_buttons_fr.png
Normal file
BIN
graphics/battle_frontier/tourney_buttons_fr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 507 B |
BIN
graphics/battle_frontier/tourney_buttons_it.png
Normal file
BIN
graphics/battle_frontier/tourney_buttons_it.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 447 B |
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user