diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 11:59:24 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 13:53:23 -0500 |
commit | 694aa3c65dd4d926616dcab414e8c1647f357c54 (patch) | |
tree | d2b8fe91f94123ea3ef4f5f0e1435e40814d71fe /src/menu_helpers.c | |
parent | d782d3544dd3c43ac2034df4a9a445d7ccda1982 (diff) |
Move balls, shop, link, map popups, and bag out of interface
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r-- | src/menu_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c index d5cf83bd2..e9f3e571f 100644 --- a/src/menu_helpers.c +++ b/src/menu_helpers.c @@ -71,12 +71,12 @@ static const union AnimCmd *const sAnims_SwapLine[] = static const struct CompressedSpriteSheet sSpriteSheet_SwapLine = { - gBagSwapLineGfx, 0x100, TAG_SWAP_LINE + gSwapLineGfx, 0x100, TAG_SWAP_LINE }; static const struct CompressedSpritePalette sSpritePalette_SwapLine = { - gBagSwapLinePal, TAG_SWAP_LINE + gSwapLinePal, TAG_SWAP_LINE }; static const struct SpriteTemplate sSpriteTemplate_SwapLine = |