Fixing infinite loop caused by not exploring Spiral Cave (712344909)

Fixed not resetting the sampleList after a door needed to be dropped (List index out of range) (966141807, 538815752)
Multiworld support for RoomData
This commit is contained in:
aerinon
2019-12-12 08:26:29 -07:00
parent 45e7e228f6
commit b18812ef0e
2 changed files with 12 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ from Tables import door_pair_offset_table
def create_rooms(world, player):
world.rooms = [
world.rooms += [
Room(player, 0x01, 0x51168).door(Position.WestN2, DoorKind.Warp).door(Position.EastN2, DoorKind.Warp),
Room(player, 0x02, 0x50b97).door(Position.South2, DoorKind.TrapTriggerableLow).door(Position.InteriorV2, DoorKind.NormalLow2).door(Position.South2, DoorKind.ToggleFlag),
# Room(player, 0x03, 0x509cf).door(Position.SouthW, DoorKind.CaveEntrance),