diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-10 17:18:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 17:18:09 -0400 |
commit | 8b95e1964b174d664abcb5864549feea83cfebfe (patch) | |
tree | 60b7345fd6c36dc813d5de8556a54d9cabd42cd3 /include/graphics.h | |
parent | 078c341b2b86d743c202a3968dbb5dad106a2fac (diff) | |
parent | 4bf43311f0b2cf78cb69b71485fce61ed8c21786 (diff) |
Merge pull request #1121 from GriffinRichards/doc-roulette
Document roulette
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 12 |
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[]; |