mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-28 05:31:11 -05:00
Summary screen (499/665)
This commit is contained in:
BIN
graphics/summary_screen/french/page_info.bin
Normal file
BIN
graphics/summary_screen/french/page_info.bin
Normal file
Binary file not shown.
BIN
graphics/summary_screen/french/page_info_egg.bin
Normal file
BIN
graphics/summary_screen/french/page_info_egg.bin
Normal file
Binary file not shown.
BIN
graphics/summary_screen/french/tiles.png
Normal file
BIN
graphics/summary_screen/french/tiles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
graphics/summary_screen/italian/page_info.bin
Normal file
BIN
graphics/summary_screen/italian/page_info.bin
Normal file
Binary file not shown.
BIN
graphics/summary_screen/italian/page_info_egg.bin
Normal file
BIN
graphics/summary_screen/italian/page_info_egg.bin
Normal file
Binary file not shown.
BIN
graphics/summary_screen/italian/page_skills.bin
Normal file
BIN
graphics/summary_screen/italian/page_skills.bin
Normal file
Binary file not shown.
BIN
graphics/summary_screen/italian/tiles.png
Normal file
BIN
graphics/summary_screen/italian/tiles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1214,6 +1214,7 @@ const u32 gMoveTypes_Pal[] = INCBIN_U32("graphics/types/move_types.gbapal.lz");
|
||||
const u32 gSummaryMoveSelect_Gfx[] = INCBIN_U32("graphics/summary_screen/move_select.4bpp.lz");
|
||||
const u32 gSummaryMoveSelect_Pal[] = INCBIN_U32("graphics/summary_screen/move_select.gbapal.lz");
|
||||
|
||||
#if ENGLISH
|
||||
const u32 gSummaryScreen_Gfx[] = INCBIN_U32("graphics/summary_screen/tiles.4bpp.lz");
|
||||
const u32 gSummaryScreen_Pal[] = INCBIN_U32("graphics/summary_screen/tiles.gbapal.lz");
|
||||
const u32 gSummaryPage_Info_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_info.bin.lz");
|
||||
@@ -1221,6 +1222,23 @@ const u32 gSummaryPage_Skills_Tilemap[] = INCBIN_U32("graphics/summary_scr
|
||||
const u32 gSummaryPage_BattleMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_battle_moves.bin.lz");
|
||||
const u32 gSummaryPage_ContestMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_contest_moves.bin.lz");
|
||||
const u32 gSummaryPage_InfoEgg_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_info_egg.bin.lz");
|
||||
#elif FRENCH
|
||||
const u32 gSummaryScreen_Gfx[] = INCBIN_U32("graphics/summary_screen/french/tiles.4bpp.lz");
|
||||
const u32 gSummaryScreen_Pal[] = INCBIN_U32("graphics/summary_screen/tiles.gbapal.lz");
|
||||
const u32 gSummaryPage_Info_Tilemap[] = INCBIN_U32("graphics/summary_screen/french/page_info.bin.lz");
|
||||
const u32 gSummaryPage_Skills_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_skills.bin.lz");
|
||||
const u32 gSummaryPage_BattleMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_battle_moves.bin.lz");
|
||||
const u32 gSummaryPage_ContestMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_contest_moves.bin.lz");
|
||||
const u32 gSummaryPage_InfoEgg_Tilemap[] = INCBIN_U32("graphics/summary_screen/french/page_info_egg.bin.lz");
|
||||
#elif ITALIAN
|
||||
const u32 gSummaryScreen_Gfx[] = INCBIN_U32("graphics/summary_screen/italian/tiles.4bpp.lz");
|
||||
const u32 gSummaryScreen_Pal[] = INCBIN_U32("graphics/summary_screen/tiles.gbapal.lz");
|
||||
const u32 gSummaryPage_Info_Tilemap[] = INCBIN_U32("graphics/summary_screen/italian/page_info.bin.lz");
|
||||
const u32 gSummaryPage_Skills_Tilemap[] = INCBIN_U32("graphics/summary_screen/italian/page_skills.bin.lz");
|
||||
const u32 gSummaryPage_BattleMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_battle_moves.bin.lz");
|
||||
const u32 gSummaryPage_ContestMoves_Tilemap[] = INCBIN_U32("graphics/summary_screen/page_contest_moves.bin.lz");
|
||||
const u32 gSummaryPage_InfoEgg_Tilemap[] = INCBIN_U32("graphics/summary_screen/italian/page_info_egg.bin.lz");
|
||||
#endif
|
||||
|
||||
const u32 gBagMaleTiles[] = INCBIN_U32("graphics/bag/bag_male.4bpp.lz");
|
||||
const u32 gBagFemaleTiles[] = INCBIN_U32("graphics/bag/bag_female.4bpp.lz");
|
||||
|
||||
Reference in New Issue
Block a user