From 41642627534b46a1c573b0d682b9cedeb8da8461 Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:59:09 +0000 Subject: [PATCH] fix: schedule --- tasks/schedule/ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/schedule/ui.py b/tasks/schedule/ui.py index 4de7df4..c76f9ed 100644 --- a/tasks/schedule/ui.py +++ b/tasks/schedule/ui.py @@ -8,12 +8,12 @@ from tasks.schedule.assets.assets_schedule import * from tasks.schedule.scroll_select import ScrollSelect import numpy as np -SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1114) +SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1116) xs = np.linspace(299, 995, 3, dtype=int) ys = np.linspace(268, 573, 3, dtype=int) class ScheduleUI(UI): - @Config.when(Emulator_GameLanguage='en') + @Config.when(Emulator_GameLanguage='jp') def set_clickx(self): SCROLL_SELECT.clickx = 1114