Skip to content

Commit 4618149

Browse files
authored
Merge pull request #2952 from DrSnap23/dev
Invisible CB/Coin fixes in rotating cabin and ballroom
2 parents b23b6de + 3f473a5 commit 4618149

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

randomizer/Lists/BananaCoinLocations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6484,9 +6484,9 @@ def __init__(
64846484
region=Regions.RotatingCabin,
64856485
locations=[
64866486
[1.0, 440, 114, 104],
6487+
[1.0, 440, 124, 104],
64876488
[1.0, 191, 114, 103],
6488-
[1.0, 192, 114, 492],
6489-
[1.0, 444, 114, 489],
6489+
[1.0, 191, 124, 103],
64906490
],
64916491
),
64926492
BananaCoinGroup(

randomizer/Lists/CBLocations/CreepyCastleCBLocations.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,16 +2660,7 @@
26602660
konglist=[Kongs.donkey, Kongs.diddy, Kongs.lanky, Kongs.tiny, Kongs.chunky],
26612661
region=Regions.Ballroom,
26622662
locations=[
2663-
[1, 1.0, 496, 120, 1250],
2664-
[1, 1.0, 496, 130, 1250],
2665-
[1, 1.0, 496, 140, 1250],
2666-
[1, 1.0, 496, 150, 1250],
2667-
[1, 1.0, 496, 160, 1250],
2668-
[1, 1.0, 605, 120, 1250],
2669-
[1, 1.0, 605, 130, 1250],
2670-
[1, 1.0, 605, 140, 1250],
2671-
[1, 1.0, 605, 150, 1250],
2672-
[1, 1.0, 605, 160, 1250],
2663+
[5, 1.0, 550, 133, 1265],
26732664
],
26742665
),
26752666
ColoredBananaGroup(

randomizer/Lists/CBLocations/CrystalCavesCBLocations.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,15 +2304,15 @@
23042304
ColoredBananaGroup(
23052305
group=187,
23062306
map_id=Maps.CavesRotatingCabin,
2307-
name="Back wall",
2307+
name="Front of puzzle",
23082308
konglist=[Kongs.donkey],
23092309
region=Regions.RotatingCabin,
23102310
locations=[
2311-
[1, 1.0, 442, 130, 489],
2312-
[1, 1.0, 380, 124, 489],
2313-
[1, 1.0, 317, 118, 489],
2314-
[1, 1.0, 255, 124, 489],
2315-
[1, 1.0, 193, 130, 489],
2311+
[1, 1.0, 363, 127, 251],
2312+
[1, 1.0, 340, 127, 251],
2313+
[1, 1.0, 317, 127, 251],
2314+
[1, 1.0, 295, 127, 251],
2315+
[1, 1.0, 272, 127, 251],
23162316
],
23172317
),
23182318
ColoredBananaGroup(
@@ -2934,7 +2934,7 @@
29342934
speed=6,
29352935
konglist=[Kongs.donkey],
29362936
region=Regions.RotatingCabin,
2937-
points=[[317, 142, 295], [423, 242, 296], [217, 244, 292]],
2937+
points=[[317, 142, 285], [423, 242, 286], [217, 244, 282]],
29382938
),
29392939
Balloon(
29402940
id=60,

0 commit comments

Comments
 (0)