diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-03 13:39:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 13:39:11 -0500 |
commit | bc0fe11d163da1131daf63bdeb2abcba788f6036 (patch) | |
tree | e0f649059b6b506b957ad378c9c8283b57380430 /include/graphics.h | |
parent | 6f127dca8f6f4462d6f50807a8456316340d674f (diff) | |
parent | 8d0618778125e8260021652d369584d82a8cdf39 (diff) |
Merge pull request #169 from ghoulslash/shop
Shop
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 93efbd135..9b74ba2d0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4249,6 +4249,12 @@ 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[]; + // battle_message extern const u16 gUnknown_8D2FBB4[]; |