File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -910,6 +910,7 @@ def miihen_road(self_destruct=False):
910
910
logger .debug (f"self_destruct flag: { game_vars .self_destruct_get ()} " )
911
911
912
912
913
+ # move to battle.aeon
913
914
def aeon_shield ():
914
915
logger .info ("Aeon Shield function" )
915
916
screen .await_turn ()
@@ -926,6 +927,7 @@ def aeon_shield():
926
927
tap_targeting ()
927
928
928
929
930
+ # move to battle.aeon
929
931
def aeon_boost ():
930
932
logger .info ("Aeon Boost function" )
931
933
screen .await_turn ()
@@ -944,6 +946,7 @@ def aeon_boost():
944
946
tap_targeting ()
945
947
946
948
949
+ # move to battle.aeon
947
950
def aeon_dismiss ():
948
951
logger .info ("Aeon Dismiss function" )
949
952
screen .await_turn ()
@@ -3836,6 +3839,7 @@ def thunder_target(target, direction):
3836
3839
tap_targeting ()
3837
3840
3838
3841
3842
+ # move to battle.aeon
3839
3843
def aeon_summon (position ):
3840
3844
logger .debug (f"Summoning Aeon { position } " )
3841
3845
while not memory .main .main_battle_menu ():
@@ -3870,14 +3874,17 @@ def aeon_summon(position):
3870
3874
pbar .update ()
3871
3875
3872
3876
3877
+ # move to battle.aeon
3873
3878
def aeon_spell (position ):
3874
3879
aeon_spell_direction (position , None )
3875
3880
3876
3881
3882
+ # move to battle.aeon
3877
3883
def aeon_spell_2 (position , direction ):
3878
3884
aeon_spell_direction (position , direction )
3879
3885
3880
3886
3887
+ # move to battle.aeon
3881
3888
def aeon_spell_direction (position , direction ):
3882
3889
logger .debug (f"Aeon casting a spell. Special direction: { direction } " )
3883
3890
while memory .main .battle_menu_cursor () != 21 :
You can’t perform that action at this time.
0 commit comments