Skip to content

Commit 78ac53e

Browse files
committed
move overdrives into separate file
1 parent 4ab0489 commit 78ac53e

File tree

4 files changed

+249
-242
lines changed

4 files changed

+249
-242
lines changed

area/dreamZan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import battle.main
2+
import battle.overdrive
23
import logs
34
import memory.main
45
import rngTrack
@@ -192,7 +193,7 @@ def ammesBattle():
192193
print("Waiting for Auron's Turn")
193194
print("At Overdrive")
194195
# Auron overdrive tutorial
195-
battle.main.auronOD()
196+
battle.overdrive.auron()
196197

197198

198199
def AfterAmmes():

0 commit comments

Comments
 (0)