Skip to content

Commit cf0924f

Browse files
authored
location -> region
1 parent be4c639 commit cf0924f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worlds/animal_well/region_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ class AWData(NamedTuple):
10981098
AWData(AWType.location, [[iname.yoyo], [iname.bubble, iname.flute],
10991099
[iname.ball], [iname.flute_jump]]),
11001100
rname.frog_bird_after_yoyo_1:
1101-
AWData(AWType.location),
1101+
AWData(AWType.region),
11021102
rname.frog_dark_room: # yoyo to open the door, lantern to fall through the bird, or ball to hit buttons
11031103
AWData(AWType.region, [[iname.yoyo], [iname.lantern], [iname.ball_trick_easy]]),
11041104
rname.frog_ruby_egg_ledge: # fall through a bird onto it

0 commit comments

Comments
 (0)