From fd201f8395fccaf26349b352d3b0eda98bec8593 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Thu, 3 Jan 2019 20:28:42 -0600 Subject: Start decompiling contest_link_80F57C4.c --- include/graphics.h | 8 ++++++++ include/strings.h | 3 +++ 2 files changed, 11 insertions(+) (limited to 'include') diff --git a/include/graphics.h b/include/graphics.h index 4563a7e99..eecbd50a7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4827,4 +4827,12 @@ extern const u32 gRouletteCreditTiles[]; extern const u32 gRouletteNumbersTiles[]; extern const u32 gRouletteMultiplierTiles[]; +// Contest Link +extern const u32 gUnknown_0858D6B0[]; +extern const u32 gUnknown_08C19588[]; +extern const u32 gUnknown_08C19EEC[]; +extern const u32 gUnknown_08C1A000[]; +extern const u32 gUnknown_08C1A12C[]; +extern const u32 gUnknown_08C1A2B4[]; + #endif //GUARD_GRAPHICS_H diff --git a/include/strings.h b/include/strings.h index 6917685ef..c2f661481 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2207,4 +2207,7 @@ extern const u8 MatchCall_BattlePyramidText12[]; extern const u8 MatchCall_BattlePyramidText13[]; extern const u8 MatchCall_BattlePyramidText14[]; +// Contest Link +extern const u8 gText_ColorDarkGrey[]; + #endif //GUARD_STRINGS_H -- cgit v1.2.3