diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-18 12:08:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 12:08:38 -0500 |
commit | b23dc9a12303e979b7612c703f706cbe2b091c96 (patch) | |
tree | 8a9dfac46c03e137d027c2099942aec7f0160fd2 /include/graphics.h | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) | |
parent | 6206acd2d20af143698e4b5ae1dfe04af6360d27 (diff) |
Merge pull request #366 from Diegoisawesome/master
Finish shop and fldeff_escalator
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4cbee1c34..07900977d 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4029,4 +4029,8 @@ extern const u8 gUnknown_08D97CF4[]; extern const u8 gStatusGfx_Icons[]; extern const u8 gStatusPal_Icons[]; +extern const u8 gBuyMenuFrame_Gfx[]; +extern const u16 gBuyMenuFrame_Tilemap[]; +extern const u16 gMenuMoneyPal[]; + #endif //GUARD_GRAPHICS_H |