diff --git a/assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png b/assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png index 7329d5358..fdb6819bf 100644 Binary files a/assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png and b/assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png differ diff --git a/tasks/daily/use_technique.py b/tasks/daily/use_technique.py index 7c5068b88..e6c74f20e 100644 --- a/tasks/daily/use_technique.py +++ b/tasks/daily/use_technique.py @@ -47,7 +47,3 @@ class UseTechniqueUI(MapControlJoystick, ForgottenHallUI): self._use_technique(count, skip_first_screenshot=skip_first_screenshot) self.exit_dungeon() self.ui_goto_main() -if __name__ == '__main__': - self = UseTechniqueUI('alas') - self.device.screenshot() - self.use_technique(2) \ No newline at end of file diff --git a/tasks/forgotten_hall/assets/assets_forgotten_hall.py b/tasks/forgotten_hall/assets/assets_forgotten_hall.py index c681fb3d6..9a375e392 100644 --- a/tasks/forgotten_hall/assets/assets_forgotten_hall.py +++ b/tasks/forgotten_hall/assets/assets_forgotten_hall.py @@ -7,10 +7,10 @@ DUNGEON_ENTER_CHECKED = ButtonWrapper( name='DUNGEON_ENTER_CHECKED', share=Button( file='./assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png', - area=(26, 247, 40, 256), - search=(6, 227, 60, 276), - color=(175, 180, 183), - button=(26, 247, 40, 256), + area=(29, 242, 43, 251), + search=(9, 222, 63, 271), + color=(173, 173, 173), + button=(29, 242, 43, 251), ), ) EFFECT_NOTIFICATION = ButtonWrapper(