summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2019-01-02 16:55:50 -0600
committerDiegoisawesome <diego@domoreaweso.me>2019-01-02 16:55:50 -0600
commita0188aac33985a98aa34e23797a86c564214ebd2 (patch)
treeba757ce701b3757b631a39ce6327d1ab239304d0 /include
parent6202ae1df00b84628d4d444ee05d766b6c75e3a2 (diff)
Cleanup and EWRAM
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 8a54ba536..3143eb1fe 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4818,4 +4818,13 @@ extern const u32 gStatusPal_Icons[];
extern const u32 gPartyMenuPokeball_Pal[];
extern const u32 gStatusPal_Icons[];
+// Roulette
+extern const u32 gRouletteMenuTiles[];
+extern const u32 gRouletteWheelTiles[];
+extern const u32 gRouletteCenter_Gfx[];
+extern const u32 gRouletteHeadersTiles[];
+extern const u32 gRouletteCreditTiles[];
+extern const u32 gRouletteNumbersTiles[];
+extern const u32 gRouletteMultiplierTiles[];
+
#endif //GUARD_GRAPHICS_H