summaryrefslogtreecommitdiff
path: root/include/shop.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-09-06 11:37:45 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-09-06 11:37:45 -0500
commitfa9d1759bd7fa17ced37225bd31d46466da857c6 (patch)
treeeed062151ca794e3928da6dbfbeab74eb90a671c /include/shop.h
parent8ecf3b2159efbbd760fcf8fc6a16990bd409269f (diff)
checkpoint
Diffstat (limited to 'include/shop.h')
-rw-r--r--include/shop.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/shop.h b/include/shop.h
index d7822ec31..067b8fee4 100644
--- a/include/shop.h
+++ b/include/shop.h
@@ -27,13 +27,15 @@ struct BuyMenuLabel
struct ShopData
{
- /*0x0000*/ u8 filler0[0x2004];
+ /*0x0000*/ u8 tilemapBuffers[4][0x800];
+ /*0x2000*/ u8 filler2000[0x4];
/*0x2004*/ u16 unk2004;
- /*0x2006*/ u8 filler2006[0x5];
- /*0x200B*/ u8 unk200B;
+ /*0x2006*/ u8 filler2006[0x2];
+ /*0x2008*/ u16 unk2008;
+ /*0x200A*/ u8 filler200A;
+ /*0x200B*/ u8 scrollIndicatorsTaskId;
/*0x200C*/ u8 unk200C;
- /*0x200D*/ s8 unk200D;
- /*0x200E*/ s8 unk200E;
+ /*0x200D*/ u8 unk200D[2];
/*0x200F*/ u8 filler200F[0xA1];
};