Added Mire Torches holes

Fixed simple generation issue with crossed
Typo in gui
Killed the dungeon changer door in throne room
This commit is contained in:
aerinon
2020-01-07 08:53:06 -07:00
parent 19faf41e79
commit ea685c6a74
6 changed files with 9 additions and 4 deletions

View File

@@ -233,6 +233,7 @@ def create_rooms(world, player):
# Room(player, 0xff, 0x52c9a).door(Position.InteriorW, DoorKind.Bombable).door(Position.InteriorE, DoorKind.Bombable).door(Position.SouthE, DoorKind.CaveEntrance),
]
# fix some wonky things
world.get_room(0x51, player).change(1, DoorKind.Normal) # fix the dungeon changer
world.get_room(0x60, player).swap(2, 4) # puts the exit at pos 2 - enables pos 3
world.get_room(0x61, player).swap(1, 6) # puts the WN door at pos 1 - enables it
world.get_room(0x61, player).swap(5, 6) # puts the Incognito Entrance at the end, so it can be deleted