diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 8 | ||||
-rw-r--r-- | include/strings.h | 3 |
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 |