summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/battle_pyramid_bag.h2
-rw-r--r--include/shop.h12
2 files changed, 8 insertions, 6 deletions
diff --git a/include/battle_pyramid_bag.h b/include/battle_pyramid_bag.h
index 5d5d8ccfa..2301b0aa0 100644
--- a/include/battle_pyramid_bag.h
+++ b/include/battle_pyramid_bag.h
@@ -11,7 +11,7 @@ struct PyramidBagResources
u8 windowIds[5];
u8 unk814;
u8 unk815;
- u8 scrollArrowSpriteId;
+ u8 scrollIndicatorsTaskId;
const u8 *menuActionIds;
u8 filler81C[0x820 - 0x81C];
u8 menuActionsCount;
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];
};