diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-07 19:10:00 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-07 19:10:00 -0500 |
commit | 297d757a8ea3ca389987a164fac05bde5ea1d0ab (patch) | |
tree | 11c5a871c13a83f24c486462d3f4623451b1b5c1 /src | |
parent | 6c7d05587a7e28a6218bd67083bc24128e9c2709 (diff) |
berry_tag_screen.c data
Diffstat (limited to 'src')
-rw-r--r-- | src/berry_tag_screen.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c index 0e81e4fec..244c90f46 100644 --- a/src/berry_tag_screen.c +++ b/src/berry_tag_screen.c @@ -41,13 +41,20 @@ extern u16 gUnknown_030041B4; extern const struct CompressedSpriteSheet gUnknown_083C1F74; extern const struct CompressedSpritePalette gUnknown_083C1F7C; -extern u8 *gUnknown_0841192C[]; - extern u8 gBerryCheck_Gfx[]; extern u8 gBerryCheck_Pal[]; extern u8 gUnknown_08E788E4[]; extern u8 gUnknown_08E78A84[]; +static const u8 *const gUnknown_0841192C[] = +{ + ContestStatsText_VerySoft, + ContestStatsText_Soft, + ContestStatsText_Hard, + ContestStatsText_VeryHard, + ContestStatsText_SuperHard, +}; + static void sub_8146014(void); static void sub_814602C(void); static bool8 sub_8146058(void); |