summaryrefslogtreecommitdiff
path: root/src/berry_tag_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/berry_tag_screen.c')
-rw-r--r--src/berry_tag_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c
index 27efb7e7a..4632f6dc0 100644
--- a/src/berry_tag_screen.c
+++ b/src/berry_tag_screen.c
@@ -674,9 +674,9 @@ static void Task_DisplayAnotherBerry(u8 taskId)
else
posY = data[0];
- gSprites[sBerryTag->berrySpriteId].pos2.y = posY;
+ gSprites[sBerryTag->berrySpriteId].y2 = posY;
for (i = 0; i < FLAVOR_COUNT; i++)
- gSprites[sBerryTag->flavorCircleIds[i]].pos2.y = posY;
+ gSprites[sBerryTag->flavorCircleIds[i]].y2 = posY;
ChangeBgY(1, 0x1000, data[1]);
ChangeBgY(2, 0x1000, data[1]);