summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-01-02 17:00:33 -0600
committerGitHub <noreply@github.com>2019-01-02 17:00:33 -0600
commit0053e61535b9af4b6516f6ce7c64c7bfe59dd13d (patch)
treea6d1489b0233fcb45391f91bf96a6a6d9a9b1a4d /include/graphics.h
parenta0ff38d0be4f618822d96cc7833e7c331ee78b5f (diff)
parenta0188aac33985a98aa34e23797a86c564214ebd2 (diff)
Merge pull request #504 from Diegoisawesome/roulette
Port/decompile roulette
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index ad2b39260..4563a7e99 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