summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-01-03 20:28:42 -0600
committerhuderlem <huderlem@gmail.com>2019-01-03 20:35:20 -0600
commitfd201f8395fccaf26349b352d3b0eda98bec8593 (patch)
treea573194152fab94b42b2c543196690e2371e43b8 /include
parent2857f7fff93f7832a78bdd06bb724a8ed9128501 (diff)
Start decompiling contest_link_80F57C4.c
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h8
-rw-r--r--include/strings.h3
2 files changed, 11 insertions, 0 deletions
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