File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -589,22 +589,21 @@ def bribe_battle(spare_change_value: int = 12000):
589
589
if memory .main .turn_ready ():
590
590
if screen .turn_lulu ():
591
591
while memory .main .battle_menu_cursor () != 20 :
592
- if memory .main .battle_menu_cursor () == 0 :
592
+ if memory .main .battle_menu_cursor () == 255 :
593
+ xbox .tap_down ()
594
+ elif memory .main .battle_menu_cursor () == 0 :
593
595
xbox .tap_down ()
594
596
else :
595
597
xbox .tap_up ()
596
- if game_vars .use_pause ():
597
- memory .main .wait_frames (6 )
598
- memory .main .wait_frames (8 )
599
- xbox .tap_b ()
600
- memory .main .wait_frames (8 )
601
- xbox .tap_b ()
602
- memory .main .wait_frames (8 )
598
+ while not memory .main .other_battle_menu ():
599
+ xbox .tap_b ()
600
+ battle .main ._navigate_to_position (0 )
601
+ while memory .main .other_battle_menu ():
602
+ xbox .tap_b ()
603
603
battle .main .calculate_spare_change_movement (spare_change_value )
604
604
while memory .main .spare_change_open ():
605
605
xbox .tap_b ()
606
- xbox .tap_b ()
607
- xbox .tap_b ()
606
+ battle .main .tap_targeting ()
608
607
else :
609
608
battle .main .buddy_swap_lulu ()
610
609
print ("Battle is complete." )
You can’t perform that action at this time.
0 commit comments