Skip to content

Commit d447ff2

Browse files
committed
remove unused function
1 parent 78ac53e commit d447ff2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

battle/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ def tidusHaste(direction, character=255):
127127
tapTargeting()
128128

129129

130-
def lateHaste(direction):
131-
tidusHaste(direction)
132-
133-
134130
def useSkill(position: int = 0, target: int = 20):
135131
print("Using skill in position:", position)
136132
while memory.main.battleMenuCursor() != 19:

0 commit comments

Comments
 (0)