summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-12 19:49:55 -0400
committerGitHub <noreply@github.com>2020-08-12 19:49:55 -0400
commitade49de329fc5e936e9ea6ddcd1c6f8ec8fa62b8 (patch)
tree9fb5636bf236ee8847c545c751539c892de3f1dd /include/graphics.h
parentf6efbe38bfd7365ffdace6e82f5160563473efd7 (diff)
parentb3c4cd8a3297c918608450e5ba1fdd37ca0ce867 (diff)
Merge branch 'master' into doc-pblock
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 106798892..c3281a75e 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4918,13 +4918,13 @@ extern const u32 gPartyMenuPokeball_Pal[];
extern const u32 gStatusPal_Icons[];
// Roulette
-extern const u32 gRouletteMenuTiles[];
-extern const u32 gRouletteWheelTiles[];
+extern const u32 gRouletteMenu_Gfx[];
+extern const u32 gRouletteWheel_Gfx[];
extern const u32 gRouletteCenter_Gfx[];
-extern const u32 gRouletteHeadersTiles[];
-extern const u32 gRouletteCreditTiles[];
-extern const u32 gRouletteNumbersTiles[];
-extern const u32 gRouletteMultiplierTiles[];
+extern const u32 gRouletteHeaders_Gfx[];
+extern const u32 gRouletteCredit_Gfx[];
+extern const u32 gRouletteNumbers_Gfx[];
+extern const u32 gRouletteMultiplier_Gfx[];
// Contest util
extern const u32 gContestResults_Gfx[];