from BaseClasses import OWEdge, Direction, Terrain, WorldType, PolSlot # constants We = Direction.West Ea = Direction.East So = Direction.South No = Direction.North Ld = Terrain.Land Wr = Terrain.Water LW = WorldType.Light DW = WorldType.Dark Vt = PolSlot.NorthSouth Hz = PolSlot.EastWest def create_owedges(world, player): edges = [ # name, owID,dir,type,edge_id,(owSlot) #(vram, scrollY, scrollX, linkY, linkX, camY, camX, unk1, unk2) create_owedge(player, 'Lost Woods NW', 0x00, No, Ld, 0x00) .coordInfo(0x0284, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods SW', 0x00, So, Ld, 0x01, 0x08).coordInfo(0x2000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods SC', 0x00, So, Ld, 0x02, 0x08).coordInfo(0x2020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods SE', 0x00, So, Ld, 0x03, 0x09).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods EN', 0x00, Ea, Ld, 0x00, 0x01).coordInfo(0x0180, 0x0024, 0x0400, 0x0088, 0x0405, 0x0093, 0x047d, 0x0c, 0x00), create_owedge(player, 'Lumberjack SW', 0x02, So, Ld, 0x00) .coordInfo(0x100a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lumberjack WN', 0x02, We, Ld, 0x00) .coordInfo(0x00e0, 0x0028, 0x0300, 0x0088, 0x03e8, 0x0097, 0x0385, 0xf8, 0x00), create_owedge(player, 'West Death Mountain EN', 0x03, Ea, Ld, 0x01, 0x04).coordInfo(0x0180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'West Death Mountain ES', 0x03, Ea, Ld, 0x03, 0x0c).coordInfo(0x1780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Death Mountain WN', 0x05, We, Ld, 0x01, 0x05).coordInfo(0x0060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Death Mountain WS', 0x05, We, Ld, 0x03, 0x0d).coordInfo(0x1660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Death Mountain EN', 0x05, Ea, Ld, 0x02, 0x06).coordInfo(0x0180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Death Mountain TR Pegs WN', 0x07, We, Ld, 0x02) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'DM Ascent NW', 0x0a, No, Ld, 0x01) .coordInfo(0x180a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'DM Ascent SE', 0x0a, So, Ld, 0x04) .coordInfo(0x1012, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zora Approach NE', 0x0f, No, Ld, 0x02) .coordInfo(0x009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zora Approach SE', 0x0f, So, Ld, 0x05) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods Pass NW', 0x10, No, Ld, 0x03) .coordInfo(0x1800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods Pass NE', 0x10, No, Ld, 0x04) .coordInfo(0x181e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lost Woods Pass SW', 0x10, So, Ld, 0x06) .coordInfo(0x1002, 0x0600, 0x0006, 0x0603, 0x0088, 0x066d, 0x0093, 0x00, 0xfa), create_owedge(player, 'Lost Woods Pass SE', 0x10, So, Ld, 0x07) .coordInfo(0x101a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Fortune NE', 0x11, No, Ld, 0x05) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Fortune SC', 0x11, So, Ld, 0x08) .coordInfo(0x1014, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Fortune EN', 0x11, Ea, Ld, 0x04) .coordInfo(0x00c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Fortune ES', 0x11, Ea, Ld, 0x05) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond NE', 0x12, No, Ld, 0x06) .coordInfo(0x1812, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond SW', 0x12, So, Ld, 0x09) .coordInfo(0x1006, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond SE', 0x12, So, Ld, 0x0a) .coordInfo(0x1016, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond WN', 0x12, We, Ld, 0x04) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond WS', 0x12, We, Ld, 0x05) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond EN', 0x12, Ea, Ld, 0x06) .coordInfo(0x0340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Pond ES', 0x12, Ea, Ld, 0x07) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sanctuary WN', 0x13, We, Ld, 0x06) .coordInfo(0x0360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sanctuary WS', 0x13, We, Ld, 0x07) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sanctuary EC', 0x13, Ea, Ld, 0x08) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Graveyard WC', 0x14, We, Ld, 0x08) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Graveyard EC', 0x14, Ea, Ld, 0x09) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy SW', 0x15, So, Ld, 0x0b) .coordInfo(0x1004, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy SC', 0x15, So, Wr, 0x0c) .coordInfo(0x1018, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy SE', 0x15, So, Ld, 0x0d) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy WC', 0x15, We, Ld, 0x09) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy EN', 0x15, Ea, Wr, 0x0a) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy EC', 0x15, Ea, Ld, 0x0b) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Useless Fairy ES', 0x15, Ea, Ld, 0x0c) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Potion Shop WN', 0x16, We, Wr, 0x0a) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Potion Shop WC', 0x16, We, Ld, 0x0b) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Potion Shop WS', 0x16, We, Ld, 0x0c) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Potion Shop EN', 0x16, Ea, Wr, 0x0d) .coordInfo(0x00c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Potion Shop EC', 0x16, Ea, Ld, 0x0e) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zora Warning NE', 0x17, No, Ld, 0x07) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zora Warning WN', 0x17, We, Wr, 0x0d) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zora Warning WC', 0x17, We, Ld, 0x0e) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko NW', 0x18, No, Ld, 0x08) .coordInfo(0x1802, 0x051e, 0x0006, 0x05e4, 0x0088, 0x058d, 0x0093, 0x00, 0xfa), create_owedge(player, 'Kakariko NC', 0x18, No, Ld, 0x09) .coordInfo(0x181a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko NE', 0x18, No, Ld, 0x0a, 0x19).coordInfo(0x1854, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko SE', 0x18, So, Ld, 0x0f, 0x21).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko ES', 0x18, Ea, Ld, 0x10, 0x21).coordInfo(0x1680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Forgotten Forest NW', 0x1a, No, Ld, 0x0b) .coordInfo(0x1806, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Forgotten Forest NE', 0x1a, No, Ld, 0x0c) .coordInfo(0x1816, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Forgotten Forest ES', 0x1a, Ea, Ld, 0x0f) .coordInfo(0x06c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hyrule Castle SW', 0x1b, So, Ld, 0x10, 0x23).coordInfo(0x2002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hyrule Castle SE', 0x1b, So, Ld, 0x11, 0x24).coordInfo(0x2054, 0x091e, 0x089e, 0x09e0, 0x0924, 0x098d, 0x092b, 0x00, 0x02), create_owedge(player, 'Hyrule Castle WN', 0x1b, We, Ld, 0x0f) .coordInfo(0x0660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hyrule Castle ES', 0x1b, Ea, Ld, 0x11, 0x24).coordInfo(0x1280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Wooden Bridge NW', 0x1d, No, Ld, 0x0d) .coordInfo(0x1804, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Wooden Bridge NC', 0x1d, No, Wr, 0x0e) .coordInfo(0x1818, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Wooden Bridge NE', 0x1d, No, Ld, 0x0f) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Wooden Bridge SW', 0x1d, So, Ld, 0x0e) .coordInfo(0x1006, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Eastern Palace SW', 0x1e, So, Ld, 0x13, 0x26).coordInfo(0x2002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Eastern Palace SE', 0x1e, So, Ld, 0x14, 0x27).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Blacksmith WS', 0x22, We, Ld, 0x10) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sand Dune NW', 0x25, No, Ld, 0x10) .coordInfo(0x1806, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sand Dune SC', 0x25, So, Ld, 0x12) .coordInfo(0x100e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Sand Dune WN', 0x25, We, Ld, 0x11) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Maze Race ES', 0x28, Ea, Ld, 0x12) .coordInfo(0x0940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Suburb NE', 0x29, No, Ld, 0x11) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Suburb WS', 0x29, We, Ld, 0x12) .coordInfo(0x0960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Kakariko Suburb ES', 0x29, Ea, Ld, 0x13) .coordInfo(0x0940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Flute Boy SW', 0x2a, So, Ld, 0x15) .coordInfo(0x1000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Flute Boy SC', 0x2a, So, Ld, 0x16) .coordInfo(0x100c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Flute Boy WS', 0x2a, We, Ld, 0x13) .coordInfo(0x0960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Central Bonk Rock NW', 0x2b, No, Ld, 0x12) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Central Bonk Rock SW', 0x2b, So, Ld, 0x17) .coordInfo(0x1004, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Central Bonk Rock EN', 0x2b, Ea, Ld, 0x14) .coordInfo(0x0340, 0x0a5e, 0x0800, 0x0ac0, 0x0805, 0x0acb, 0x087d, 0x00, 0x00), create_owedge(player, 'Central Bonk Rock EC', 0x2b, Ea, Ld, 0x15) .coordInfo(0x05c0, 0x0aba, 0x0800, 0x0b18, 0x0805, 0x0b27, 0x087d, 0x06, 0x00), create_owedge(player, 'Central Bonk Rock ES', 0x2b, Ea, Ld, 0x16) .coordInfo(0x08c0, 0x0b1e, 0x0800, 0x0b8c, 0x0805, 0x0b8b, 0x087d, 0x00, 0x00), create_owedge(player, 'Links House NE', 0x2c, No, Ld, 0x13) .coordInfo(0x1814, 0x091e, 0x089e, 0x09e4, 0x0924, 0x098d, 0x092b, 0x00, 0x02), create_owedge(player, 'Links House SC', 0x2c, So, Ld, 0x18) .coordInfo(0x100e, 0x0c00, 0x0862, 0x00c03, 0x008e0, 0x00c6d, 0x08e7, 0x00, 0xfe), create_owedge(player, 'Links House WN', 0x2c, We, Ld, 0x14) .coordInfo(0x0360, 0x0a5e, 0x0700, 0x0ac0, 0x07e8, 0x0acb, 0x0785, 0x00, 0x00), create_owedge(player, 'Links House WC', 0x2c, We, Ld, 0x15) .coordInfo(0x05e0, 0x0aba, 0x0700, 0x0b18, 0x07e9, 0x0b27, 0x0785, 0x06, 0x00), create_owedge(player, 'Links House WS', 0x2c, We, Ld, 0x16) .coordInfo(0x08a0, 0x0b1e, 0x0700, 0x0b8c, 0x07e9, 0x0b8b, 0x0785, 0x00, 0x00), create_owedge(player, 'Links House ES', 0x2c, Ea, Ld, 0x17) .coordInfo(0x08c0, 0x0b1e, 0x0a00, 0x0b80, 0x0a05, 0x0b8b, 0x0a7d, 0x00, 0x00), create_owedge(player, 'Stone Bridge NC', 0x2d, No, Ld, 0x14) .coordInfo(0x180e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stone Bridge SC', 0x2d, So, Ld, 0x19) .coordInfo(0x100c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stone Bridge WC', 0x2d, We, Wr, 0x17) .coordInfo(0x061c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stone Bridge WS', 0x2d, We, Ld, 0x18) .coordInfo(0x08e0, 0x0b1e, 0x0900, 0x0b80, 0x09e9, 0x0b8b, 0x0985, 0x00, 0x00), create_owedge(player, 'Stone Bridge EN', 0x2d, Ea, Ld, 0x18) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stone Bridge EC', 0x2d, Ea, Wr, 0x19) .coordInfo(0x0640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Tree Line NW', 0x2e, No, Ld, 0x15) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Tree Line SC', 0x2e, So, Wr, 0x1a) .coordInfo(0x101a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Tree Line SE', 0x2e, So, Ld, 0x1b) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Tree Line WN', 0x2e, We, Ld, 0x19) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Tree Line WC', 0x2e, We, Wr, 0x1a) .coordInfo(0x0660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Eastern Nook NE', 0x2f, No, Ld, 0x16) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Desert EC', 0x30, Ea, Ld, 0x1e, 0x39).coordInfo(0x1480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Desert ES', 0x30, Ea, Ld, 0x1f, 0x39).coordInfo(0x1980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Cave 45 NW', 0x32, No, Ld, 0x17) .coordInfo(0x1800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Cave 45 NC', 0x32, No, Ld, 0x18) .coordInfo(0x180c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Cave 45 EC', 0x32, Ea, Ld, 0x1a) .coordInfo(0x05c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool NW', 0x33, No, Ld, 0x19) .coordInfo(0x1804, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool SC', 0x33, So, Ld, 0x1c) .coordInfo(0x1016, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool WC', 0x33, We, Ld, 0x1b) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool EN', 0x33, Ea, Ld, 0x1b) .coordInfo(0x02c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool EC', 0x33, Ea, Wr, 0x1c) .coordInfo(0x05c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'C Whirlpool ES', 0x33, Ea, Ld, 0x1d) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Statues NC', 0x34, No, Ld, 0x1a) .coordInfo(0x180e, 0x0b1e, 0x0862, 0x0be4, 0x08e0, 0x0b8d, 0x08e7, 0x00, 0xfe), create_owedge(player, 'Statues SC', 0x34, So, Ld, 0x1d) .coordInfo(0x1010, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Statues WN', 0x34, We, Ld, 0x1c) .coordInfo(0x02e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Statues WC', 0x34, We, Wr, 0x1d) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Statues WS', 0x34, We, Ld, 0x1e) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia NW', 0x35, No, Ld, 0x1b) .coordInfo(0x180c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia NC', 0x35, No, Wr, 0x1c, 0x36).coordInfo(0x185a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia NE', 0x35, No, Ld, 0x1d, 0x36).coordInfo(0x1860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia WS', 0x35, We, Ld, 0x24, 0x3d).coordInfo(0x1860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia EC', 0x35, Ea, Wr, 0x24, 0x3e).coordInfo(0x1680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Lake Hylia ES', 0x35, Ea, Ld, 0x25, 0x3e).coordInfo(0x1880, 0x0f1e, 0x0e00, 0x0f94, 0x0e05, 0x0f8b, 0x0e85, 0x00, 0x00), create_owedge(player, 'Ice Rod Cave SW', 0x37, So, Wr, 0x1e) .coordInfo(0x1002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Ice Rod Cave SE', 0x37, So, Ld, 0x1f) .coordInfo(0x101c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Purple Chest WC', 0x3a, We, Ld, 0x1f) .coordInfo(0x03e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Purple Chest WS', 0x3a, We, Ld, 0x20) .coordInfo(0x0860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Purple Chest EC', 0x3a, Ea, Ld, 0x20) .coordInfo(0x0640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Purple Chest ES', 0x3a, Ea, Ld, 0x21) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dam NC', 0x3b, No, Ld, 0x1e) .coordInfo(0x1816, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dam WC', 0x3b, We, Ld, 0x21) .coordInfo(0x0660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dam WS', 0x3b, We, Ld, 0x22) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dam EC', 0x3b, Ea, Ld, 0x22) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'South Pass NC', 0x3c, No, Ld, 0x1f) .coordInfo(0x1810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'South Pass WC', 0x3c, We, Ld, 0x23) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'South Pass ES', 0x3c, Ea, Ld, 0x23) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Octoballoon NW', 0x3f, No, Wr, 0x20) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Octoballoon NE', 0x3f, No, Ld, 0x21) .coordInfo(0x181c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Octoballoon WC', 0x3f, We, Wr, 0x25) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Octoballoon WS', 0x3f, We, Ld, 0x26) .coordInfo(0x0860, 0x0f1e, 0x0d00, 0x0f94, 0x0de9, 0x0f8b, 0x0d85, 0x00, 0x00), create_owedge(player, 'Skull Woods SW', 0x40, So, Ld, 0x21, 0x48).coordInfo(0x2000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods SC', 0x40, So, Ld, 0x22, 0x48).coordInfo(0x2020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods SE', 0x40, So, Ld, 0x23, 0x49).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods EN', 0x40, Ea, Ld, 0x26, 0x41).coordInfo(0x0180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lumberjack SW', 0x42, So, Ld, 0x20) .coordInfo(0x100a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lumberjack WN', 0x42, We, Ld, 0x27) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'West Dark Death Mountain EN', 0x43, Ea, Ld, 0x27, 0x44).coordInfo(0x0180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'West Dark Death Mountain ES', 0x43, Ea, Ld, 0x29, 0x4c).coordInfo(0x1780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Dark Death Mountain WN', 0x45, We, Ld, 0x28) .coordInfo(0x0060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Dark Death Mountain WS', 0x45, We, Ld, 0x2a, 0x4d).coordInfo(0x1660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'East Dark Death Mountain EN', 0x45, Ea, Ld, 0x28, 0x46).coordInfo(0x0180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Turtle Rock WN', 0x47, We, Ld, 0x29) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Bumper Cave NW', 0x4a, No, Ld, 0x22) .coordInfo(0x180a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Bumper Cave SE', 0x4a, So, Ld, 0x24) .coordInfo(0x1012, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Catfish SE', 0x4f, So, Ld, 0x25) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods Pass NW', 0x50, No, Ld, 0x23) .coordInfo(0x181e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods Pass NE', 0x50, No, Ld, 0x24) .coordInfo(0x1800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods Pass SW', 0x50, So, Ld, 0x26) .coordInfo(0x1002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Skull Woods Pass SE', 0x50, So, Ld, 0x27) .coordInfo(0x101a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Fortune NE', 0x51, No, Ld, 0x25) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Fortune SC', 0x51, So, Ld, 0x28) .coordInfo(0x1014, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Fortune EN', 0x51, Ea, Ld, 0x2a) .coordInfo(0x00c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Fortune ES', 0x51, Ea, Ld, 0x2b) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond NE', 0x52, No, Ld, 0x26) .coordInfo(0x1812, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond SW', 0x52, So, Ld, 0x29) .coordInfo(0x1006, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond SE', 0x52, So, Ld, 0x2a) .coordInfo(0x1016, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond WN', 0x52, We, Ld, 0x2b) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond WS', 0x52, We, Ld, 0x2c) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond EN', 0x52, Ea, Ld, 0x2c) .coordInfo(0x0340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Outcast Pond ES', 0x52, Ea, Ld, 0x2d) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Chapel WN', 0x53, We, Ld, 0x2d) .coordInfo(0x0360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Chapel WS', 0x53, We, Ld, 0x2e) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Chapel EC', 0x53, Ea, Ld, 0x2e) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Graveyard WC', 0x54, We, Ld, 0x2f) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Graveyard ES', 0x54, Ea, Ld, 0x2f) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump SW', 0x55, So, Ld, 0x2b) .coordInfo(0x1004, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump SC', 0x55, So, Wr, 0x2c) .coordInfo(0x1018, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump SE', 0x55, So, Ld, 0x2d) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump WC', 0x55, We, Ld, 0x30) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump EN', 0x55, Ea, Wr, 0x30) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump EC', 0x55, Ea, Ld, 0x31) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Qirn Jump ES', 0x55, Ea, Ld, 0x32) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Witch WN', 0x56, We, Wr, 0x31) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Witch WC', 0x56, We, Ld, 0x32) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Witch WS', 0x56, We, Ld, 0x33) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Witch EN', 0x56, Ea, Wr, 0x33) .coordInfo(0x00c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Witch EC', 0x56, Ea, Ld, 0x34) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Catfish Approach NE', 0x57, No, Ld, 0x27) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Catfish Approach WN', 0x57, We, Wr, 0x34) .coordInfo(0x00e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Catfish Approach WC', 0x57, We, Ld, 0x35) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Village of Outcasts NW', 0x58, No, Ld, 0x28) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Village of Outcasts NC', 0x58, No, Ld, 0x29) .coordInfo(0x181a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Village of Outcasts NE', 0x58, No, Ld, 0x2a, 0x59).coordInfo(0x1854, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Village of Outcasts SE', 0x58, So, Ld, 0x2f, 0x61).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Village of Outcasts ES', 0x58, Ea, Ld, 0x35, 0x61).coordInfo(0x1680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Shield Shop NW', 0x5a, No, Ld, 0x2b) .coordInfo(0x1806, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Shield Shop NE', 0x5a, No, Ld, 0x2c) .coordInfo(0x1816, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Pyramid SW', 0x5b, So, Ld, 0x30, 0x63).coordInfo(0x2002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Pyramid SE', 0x5b, So, Ld, 0x31, 0x64).coordInfo(0x2054, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Pyramid ES', 0x5b, Ea, Ld, 0x36, 0x64).coordInfo(0x1280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Broken Bridge NW', 0x5d, No, Ld, 0x2d) .coordInfo(0x1804, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Broken Bridge NC', 0x5d, No, Wr, 0x2e) .coordInfo(0x1818, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Broken Bridge NE', 0x5d, No, Ld, 0x2f) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Broken Bridge SW', 0x5d, So, Ld, 0x2e) .coordInfo(0x1006, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Palace of Darkness SW', 0x5e, So, Ld, 0x33, 0x66).coordInfo(0x2002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Palace of Darkness SE', 0x5e, So, Ld, 0x34, 0x67).coordInfo(0x2060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Pegs WS', 0x62, We, Ld, 0x36) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Dune NW', 0x65, No, Ld, 0x30) .coordInfo(0x1806, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Dune SC', 0x65, So, Ld, 0x32) .coordInfo(0x100e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Dune WN', 0x65, We, Ld, 0x37) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dig Game EC', 0x68, Ea, Ld, 0x37) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dig Game ES', 0x68, Ea, Ld, 0x38) .coordInfo(0x0940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Frog NE', 0x69, No, Ld, 0x31) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Frog WC', 0x69, We, Ld, 0x38) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Frog WS', 0x69, We, Ld, 0x39) .coordInfo(0x0960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Frog ES', 0x69, Ea, Ld, 0x39) .coordInfo(0x0940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stumpy SW', 0x6a, So, Ld, 0x35) .coordInfo(0x1000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stumpy SC', 0x6a, So, Ld, 0x36) .coordInfo(0x100c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Stumpy WS', 0x6a, We, Ld, 0x3a) .coordInfo(0x0960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Bonk Rock NW', 0x6b, No, Ld, 0x32) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Bonk Rock SW', 0x6b, So, Ld, 0x37) .coordInfo(0x1004, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Bonk Rock EN', 0x6b, Ea, Ld, 0x3a) .coordInfo(0x0340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Bonk Rock EC', 0x6b, Ea, Ld, 0x3b) .coordInfo(0x05c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Bonk Rock ES', 0x6b, Ea, Ld, 0x3c) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop NE', 0x6c, No, Ld, 0x33) .coordInfo(0x1814, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop SC', 0x6c, So, Ld, 0x38) .coordInfo(0x100e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop WN', 0x6c, We, Ld, 0x3b) .coordInfo(0x0360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop WC', 0x6c, We, Ld, 0x3c) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop WS', 0x6c, We, Ld, 0x3d) .coordInfo(0x08a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Big Bomb Shop ES', 0x6c, Ea, Ld, 0x3d) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Bridge NC', 0x6d, No, Ld, 0x34) .coordInfo(0x180e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Bridge SC', 0x6d, So, Ld, 0x39) .coordInfo(0x100c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Bridge WS', 0x6d, We, Ld, 0x3e) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Bridge EN', 0x6d, Ea, Ld, 0x3e) .coordInfo(0x01c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hammer Bridge EC', 0x6d, Ea, Wr, 0x3f) .coordInfo(0x0640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Tree Line NW', 0x6e, No, Ld, 0x35) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Tree Line SC', 0x6e, So, Wr, 0x3a) .coordInfo(0x101a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Tree Line SE', 0x6e, So, Ld, 0x3b) .coordInfo(0x1020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Tree Line WN', 0x6e, We, Ld, 0x3f) .coordInfo(0x01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Tree Line WC', 0x6e, We, Wr, 0x40) .coordInfo(0x0660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Palace of Darkness Nook NE', 0x6f, No, Ld, 0x36) .coordInfo(0x1820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Circle of Bushes NW', 0x72, No, Ld, 0x37) .coordInfo(0x1800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Circle of Bushes NC', 0x72, No, Ld, 0x38) .coordInfo(0x180c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Circle of Bushes EC', 0x72, Ea, Ld, 0x40) .coordInfo(0x05c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool NW', 0x73, No, Ld, 0x39) .coordInfo(0x1804, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool SC', 0x73, So, Ld, 0x3c) .coordInfo(0x1016, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool WC', 0x73, We, Ld, 0x41) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool EN', 0x73, Ea, Ld, 0x41) .coordInfo(0x02c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool EC', 0x73, Ea, Wr, 0x42) .coordInfo(0x05c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark C Whirlpool ES', 0x73, Ea, Ld, 0x43) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hype Cave NC', 0x74, No, Ld, 0x3a) .coordInfo(0x180e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hype Cave SC', 0x74, So, Ld, 0x3d) .coordInfo(0x1010, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hype Cave WN', 0x74, We, Ld, 0x42) .coordInfo(0x02e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hype Cave WC', 0x74, We, Wr, 0x43) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hype Cave WS', 0x74, We, Ld, 0x44) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia NW', 0x75, No, Ld, 0x3b) .coordInfo(0x180c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia NC', 0x75, No, Wr, 0x3c, 0x76).coordInfo(0x185a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia NE', 0x75, No, Ld, 0x3d, 0x76).coordInfo(0x1860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia WS', 0x75, We, Ld, 0x48, 0x7d).coordInfo(0x1860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia EC', 0x75, Ea, Wr, 0x48, 0x7e).coordInfo(0x1680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Lake Hylia ES', 0x75, Ea, Ld, 0x49, 0x7e).coordInfo(0x1880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Shopping Mall SW', 0x77, So, Wr, 0x3e) .coordInfo(0x1002, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Shopping Mall SE', 0x77, So, Ld, 0x3f) .coordInfo(0x101c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Purple Chest EC', 0x7a, Ea, Ld, 0x44) .coordInfo(0x0640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark Purple Chest ES', 0x7a, Ea, Ld, 0x45) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Swamp Palace NC', 0x7b, No, Ld, 0x3e) .coordInfo(0x1816, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Swamp Palace WC', 0x7b, We, Ld, 0x45) .coordInfo(0x0660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Swamp Palace WS', 0x7b, We, Ld, 0x46) .coordInfo(0x08e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Swamp Palace EC', 0x7b, Ea, Ld, 0x46) .coordInfo(0x04c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark South Pass NC', 0x7c, No, Ld, 0x3f) .coordInfo(0x1810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark South Pass WC', 0x7c, We, Ld, 0x47) .coordInfo(0x04e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Dark South Pass ES', 0x7c, Ea, Ld, 0x47) .coordInfo(0x08c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Southeast DW NW', 0x7f, No, Wr, 0x40) .coordInfo(0x1802, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Southeast DW NE', 0x7f, No, Ld, 0x41) .coordInfo(0x181c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Southeast DW WC', 0x7f, We, Wr, 0x49) .coordInfo(0x05e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Southeast DW WS', 0x7f, We, Ld, 0x4a) .coordInfo(0x0860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Master Sword Meadow SC', 0x80, So, Ld, 0x40) .coordInfo(0x0000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Hobo EC', 0x80, Ea, Wr, 0x4a) .coordInfo(0x0020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff), create_owedge(player, 'Zoras Domain SW', 0x81, So, Ld, 0x41, 0x89).coordInfo(0x1782, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff) ] world.owedges += edges world.initialize_owedges(edges) def create_owedge(player, name, owIndex, direction, terrain, edge_id, owSlotIndex=0xff): return OWEdge(player, name, owIndex, direction, terrain, edge_id, owSlotIndex) OWEdgeGroups = { (LW, Hz, Ld, 1): ( [ ['Lost Woods EN'], ['East Death Mountain EN'], ['Sanctuary EC'], ['Graveyard EC'], ['Forgotten Forest ES'], ['Kakariko ES'], ['Hyrule Castle ES'], ['Maze Race ES'], ['Kakariko Suburb ES'], ['Links House ES'], ['Cave 45 EC'], ['Dam EC'], ['South Pass ES'], ['Potion Shop EC'], ['Lake Hylia ES'], ['Stone Bridge EN'], ['West Death Mountain EN'], ['West Death Mountain ES'] ], [ ['Lumberjack WN'], ['Death Mountain TR Pegs WN'], ['Graveyard WC'], ['Useless Fairy WC'], ['Hyrule Castle WN'], ['Blacksmith WS'], ['Sand Dune WN'], ['Kakariko Suburb WS'], ['Flute Boy WS'], ['Stone Bridge WS'], ['C Whirlpool WC'], ['South Pass WC'], ['Lake Hylia WS'], ['Zora Warning WC'], ['Octoballoon WS'], ['Tree Line WN'], ['East Death Mountain WN'], ['East Death Mountain WS'] ] ), (LW, Vt, Ld, 1): ( [ ['Lumberjack SW'], ['DM Ascent SE'], ['Lost Woods SE'], ['Zora Approach SE'], ['Kakariko Fortune SC'], ['Wooden Bridge SW'], ['Kakariko SE'], ['Hyrule Castle SW'], ['Hyrule Castle SE'], ['Sand Dune SC'], ['Eastern Palace SW'], ['Eastern Palace SE'], ['Central Bonk Rock SW'], ['Links House SC'], ['Stone Bridge SC'], ['C Whirlpool SC'], ['Statues SC'], ['Tree Line SE'], ['Ice Rod Cave SE'] ], [ ['DM Ascent NW'], ['Kakariko Pond NE'], ['Kakariko Fortune NE'], ['Zora Warning NE'], ['Kakariko NE'], ['Sand Dune NW'], ['Kakariko Suburb NE'], ['Central Bonk Rock NW'], ['Links House NE'], ['Stone Bridge NC'], ['Tree Line NW'], ['Eastern Nook NE'], ['C Whirlpool NW'], ['Statues NC'], ['Lake Hylia NW'], ['Dam NC'], ['South Pass NC'], ['Lake Hylia NE'], ['Octoballoon NE'] ], ), (LW, Hz, Ld, 2): ( [ ['Kakariko Fortune EN', 'Kakariko Fortune ES'], ['Kakariko Pond EN', 'Kakariko Pond ES'], ['Desert EC', 'Desert ES'], ['Purple Chest EC', 'Purple Chest ES'], ['Useless Fairy EC', 'Useless Fairy ES'], ['C Whirlpool EN', 'C Whirlpool ES'] ], [ ['Kakariko Pond WN', 'Kakariko Pond WS'], ['Sanctuary WN', 'Sanctuary WS'], ['Purple Chest WC', 'Purple Chest WS'], ['Dam WC', 'Dam WS'], ['Potion Shop WC', 'Potion Shop WS'], ['Statues WN', 'Statues WS'] ], ), (LW, Vt, Ld, 2): ( [ ['Lost Woods SW', 'Lost Woods SC'], ['Lost Woods Pass SW', 'Lost Woods Pass SE'], ['Kakariko Pond SW', 'Kakariko Pond SE'], ['Flute Boy SW', 'Flute Boy SC'], ['Useless Fairy SW', 'Useless Fairy SE'] ], [ ['Lost Woods Pass NW', 'Lost Woods Pass NE'], ['Kakariko NW', 'Kakariko NC'], ['Forgotten Forest NW', 'Forgotten Forest NE'], ['Cave 45 NW', 'Cave 45 NC'], ['Wooden Bridge NW', 'Wooden Bridge NE'] ], ), (LW, Hz, Ld, 3): ( [['Central Bonk Rock EN', 'Central Bonk Rock EC', 'Central Bonk Rock ES']], [['Links House WN', 'Links House WC', 'Links House WS']] ), (LW, Hz, Wr, 1): ( [ ['Potion Shop EN'], ['Lake Hylia EC'], ['Stone Bridge EC'], ['Useless Fairy EN'], ['C Whirlpool EC'] ], [ ['Zora Warning WN'], ['Octoballoon WC'], ['Tree Line WC'], ['Potion Shop WN'], ['Statues WC'] ] ), (LW, Vt, Wr, 1): ( [ ['Tree Line SC'], ['Ice Rod Cave SW'], ['Useless Fairy SC'] ], [ ['Lake Hylia NC'], ['Octoballoon NW'], ['Wooden Bridge NC'] ] ), (DW, Hz, Ld, 1): ( [ ['Skull Woods EN'], ['East Dark Death Mountain EN'], ['Dark Chapel EC'], ['Dark Graveyard ES'], ['Village of Outcasts ES'], ['Pyramid ES'], ['Frog ES'], ['Big Bomb Shop ES'], ['Circle of Bushes EC'], ['Swamp Palace EC'], ['Dark South Pass ES'], ['Dark Witch EC'], ['Dark Lake Hylia ES'], ['Hammer Bridge EN'], ['West Dark Death Mountain EN'], ['West Dark Death Mountain ES'] ], [ ['Dark Lumberjack WN'], ['Turtle Rock WN'], ['Dark Graveyard WC'], ['Qirn Jump WC'], ['Hammer Pegs WS'], ['Dark Dune WN'], ['Stumpy WS'], ['Hammer Bridge WS'], ['Dark C Whirlpool WC'], ['Dark South Pass WC'], ['Dark Lake Hylia WS'], ['Catfish Approach WC'], ['Southeast DW WS'], ['Dark Tree Line WN'], ['East Dark Death Mountain WN'], ['East Dark Death Mountain WS'] ] ), (DW, Vt, Ld, 1): ( [ ['Dark Lumberjack SW'], ['Bumper Cave SE'], ['Skull Woods SE'], ['Catfish SE'], ['Dark Fortune SC'], ['Broken Bridge SW'], ['Village of Outcasts SE'], ['Pyramid SW'], ['Pyramid SE'], ['Dark Dune SC'], ['Palace of Darkness SW'], ['Palace of Darkness SE'], ['Dark Bonk Rock SW'], ['Big Bomb Shop SC'], ['Hammer Bridge SC'], ['Dark C Whirlpool SC'], ['Hype Cave SC'], ['Dark Tree Line SE'], ['Dark Shopping Mall SE'] ], [ ['Bumper Cave NW'], ['Outcast Pond NE'], ['Dark Fortune NE'], ['Catfish Approach NE'], ['Village of Outcasts NE'], ['Dark Dune NW'], ['Frog NE'], ['Dark Bonk Rock NW'], ['Big Bomb Shop NE'], ['Hammer Bridge NC'], ['Dark Tree Line NW'], ['Palace of Darkness Nook NE'], ['Dark C Whirlpool NW'], ['Hype Cave NC'], ['Dark Lake Hylia NW'], ['Swamp Palace NC'], ['Dark South Pass NC'], ['Dark Lake Hylia NE'], ['Southeast DW NE'] ], ), (DW, Hz, Ld, 2): ( [ ['Dark Fortune EN', 'Dark Fortune ES'], ['Outcast Pond EN', 'Outcast Pond ES'], ['Dark Purple Chest EC', 'Dark Purple Chest ES'], ['Dig Game EC', 'Dig Game ES'], ['Qirn Jump EC', 'Qirn Jump ES'], ['Dark C Whirlpool EN', 'Dark C Whirlpool ES'] ], [ ['Outcast Pond WN', 'Outcast Pond WS'], ['Dark Chapel WN', 'Dark Chapel WS'], ['Swamp Palace WC', 'Swamp Palace WS'], ['Frog WC', 'Frog WS'], ['Dark Witch WC', 'Dark Witch WS'], ['Hype Cave WN', 'Hype Cave WS'] ], ), (DW, Vt, Ld, 2): ( [ ['Skull Woods SW', 'Skull Woods SC'], ['Skull Woods Pass SW', 'Skull Woods Pass SE'], ['Outcast Pond SW', 'Outcast Pond SE'], ['Stumpy SW', 'Stumpy SC'], ['Qirn Jump SW', 'Qirn Jump SE'] ], [ ['Skull Woods Pass NW', 'Skull Woods Pass NE'], ['Village of Outcasts NW', 'Village of Outcasts NC'], ['Shield Shop NW', 'Shield Shop NE'], ['Circle of Bushes NW', 'Circle of Bushes NC'], ['Broken Bridge NW', 'Broken Bridge NE'] ], ), (DW, Hz, Ld, 3): ( [['Dark Bonk Rock EN', 'Dark Bonk Rock EC', 'Dark Bonk Rock ES']], [['Big Bomb Shop WN', 'Big Bomb Shop WC', 'Big Bomb Shop WS']] ), (DW, Hz, Wr, 1): ( [ ['Dark Witch EN'], ['Dark Lake Hylia EC'], ['Hammer Bridge EC'], ['Qirn Jump EN'], ['Dark C Whirlpool EC'] ], [ ['Catfish Approach WN'], ['Southeast DW WC'], ['Dark Tree Line WC'], ['Dark Witch WN'], ['Hype Cave WC'] ] ), (DW, Vt, Wr, 1): ( [ ['Dark Tree Line SC'], ['Dark Shopping Mall SW'], ['Qirn Jump SC'] ], [ ['Dark Lake Hylia NC'], ['Southeast DW NW'], ['Broken Bridge NC'] ] ) }