summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-11 11:59:24 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-11 13:53:23 -0500
commit694aa3c65dd4d926616dcab414e8c1647f357c54 (patch)
treed2b8fe91f94123ea3ef4f5f0e1435e40814d71fe /src/menu_helpers.c
parentd782d3544dd3c43ac2034df4a9a445d7ccda1982 (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.c4
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 =