diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2019-01-05 19:54:26 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2019-01-05 19:54:26 +0000 |
commit | f8c2fcb9b22a1b9cf43e293fdcb6df2b9d0dd164 (patch) | |
tree | 81b80d287c4fb3320a8143b9cfbb06e9fc4b34d5 /include/graphics.h | |
parent | ee5a239534d7c4bd64ce7ced4146204579f5d598 (diff) | |
parent | cbf7d6cee59e7aa2cdef6b9e89fa62fbeb4a07c5 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into secret-base
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index ad2b39260..29719d1a0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4818,4 +4818,32 @@ 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[]; + +// 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[]; +extern const u16 gUnknown_08DC6498[]; +extern const u16 gUnknown_08DC63F8[]; +extern const u16 gUnknown_08DC6420[]; +extern const u16 gUnknown_08DC6448[]; +extern const u16 gUnknown_08DC6470[]; +extern const u16 gUnknown_08DC64AC[]; +extern const u16 gUnknown_08DC64C0[]; +extern const u16 gUnknown_08DC64D4[]; +extern const u16 gUnknown_08DC64E8[]; +extern const u16 gUnknown_08DC64FC[]; +extern const u16 gUnknown_08DC6510[]; + #endif //GUARD_GRAPHICS_H |