summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-11 11:14:59 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-11 11:22:45 -0500
commit7103839a615463eeadeb671ad75436dd2e4a52e3 (patch)
tree89a2d603927670b378b7d3bb1207e765a7e70e95 /include
parentfde18b47746b577c4d2037ab065ce66062da2a67 (diff)
Move summary screen graphics out of interface, fix some names
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 7b29a70b7..5c6a043cc 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4035,16 +4035,16 @@ extern const u32 gPokenavRibbonsSummaryBg_Tilemap[];
extern const u32 gSummaryScreen_Gfx[];
extern const u32 gSummaryScreen_Pal[];
extern const u32 gSummaryPage_Info_Tilemap[];
-extern const u32 gSummaryPage_InfoCopy_Tilemap[];
+extern const u32 gSummaryPage_InfoEgg_Tilemap[];
extern const u32 gSummaryPage_Skills_Tilemap[];
extern const u32 gSummaryPage_BattleMoves_Tilemap[];
extern const u32 gSummaryPage_ContestMoves_Tilemap[];
extern const u16 gPPTextPalette[];
-extern const u16 gSummaryScreenWindow_Tilemap[];
extern const u32 gMoveTypes_Pal[];
-extern const u16 gSummaryScreenPowAcc_Tilemap[];
-extern const u16 gSummaryScreenAppealJam_Tilemap[];
+extern const u16 gSummaryScreen_MoveEffect_Battle_Tilemap[];
+extern const u16 gSummaryScreen_MoveEffect_Contest_Tilemap[];
+extern const u16 gSummaryScreen_MoveEffect_Cancel_Tilemap[];
extern const u32 gMoveTypes_Gfx[];
extern const u32 gSummaryMoveSelect_Gfx[];