checkpoint

This commit is contained in:
Marcus Huderle
2018-09-06 11:37:45 -05:00
parent 8ecf3b2159
commit fa9d1759bd
6 changed files with 342 additions and 575 deletions

View File

@@ -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;

View File

@@ -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];
};