diff options
author | Evan <eroelke@gmail.com> | 2019-11-26 11:47:12 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-26 11:47:12 -0700 |
commit | d1142b4290e8688a0d42bfc1b95b9d90b1721459 (patch) | |
tree | 578207bf0437fb8aacdc8374c417a53691816411 /include/graphics.h | |
parent | c73f061cc68468c3227be98fd49cba9514bbd567 (diff) |
extract graphics data
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 354339235..559036ef7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4239,4 +4239,10 @@ extern const u16 gUnknown_8E97DDC[]; extern const u32 gUnknown_8E97DFC[]; extern const u32 gUnknown_8E97EC4[]; +// shop menu +extern const u32 gBuyMenuFrame_Gfx[]; +extern const u32 gBuyMenuFrame_Tilemap[]; +extern const u32 gBuyMenuFrame_TmHmTilemap[]; +extern const u32 gBuyMenuFrame_Pal[]; + #endif //GUARD_GRAPHICS_H |