diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-14 19:03:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 19:03:48 -0500 |
commit | a9abb930aacdafd5de8e4cbedb3d66c5184f8cef (patch) | |
tree | 89686e5ed78f46a8c0b224efc68c4bd6ba9086e0 /include/battle_pyramid_bag.h | |
parent | 7f211b258846647b0ea3e67b36c9b0328cc378e6 (diff) | |
parent | 32fbf67d479c15351c718851412d84b4925acfdf (diff) |
Merge pull request #352 from huderlem/shop
[WIP] Shop
Diffstat (limited to 'include/battle_pyramid_bag.h')
-rw-r--r-- | include/battle_pyramid_bag.h | 2 |
1 files changed, 1 insertions, 1 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; |