Skip to content

Commit 16c82fa

Browse files
authored
Update scenes9.py
1 parent 42616cf commit 16c82fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Thelda/scenes9.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(self):
7575
(46, 30), (66, 30),
7676
(41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)],
7777
"bridges": [(1, 20), (6, 20), (11, 20), (16, 20), (21, 20), (26, 20), ],
78-
"enemies": {"octorok": [("S9E11"), ("S9E12"), ("S9E13"), ("S9E14")], "zora": [("S9E15")]}},
79-
80-
"scene 9,5": {"null": []}
78+
"enemies": {"octorok": [("S9E11"), ("S9E12"), ("S9E13"), ("S9E14")], "zora": [("S9E15")]}
79+
},
8180
}

0 commit comments

Comments
 (0)