Advertisement
Pheenoh

[TP] Stage, Rooms, Spawnpoints

Aug 22nd, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.75 KB | None | 0 0
  1. [
  2. {
  3. "Name": "Lakebed Temple",
  4. "ID": "D_MN01",
  5. "Rooms": [
  6. {
  7. "Name": "Entrance",
  8. "ID": "00",
  9. "SpawnPoints": [
  10. "0x00",
  11. "0x01",
  12. "0x02"
  13. ]
  14. },
  15. {
  16. "Name": "Stalactite Room",
  17. "ID": "01",
  18. "SpawnPoints": [
  19. "0x00"
  20. ]
  21. },
  22. {
  23. "Name": "Central Room Outside",
  24. "ID": "02",
  25. "SpawnPoints": [
  26. "0x00"
  27. ]
  28. },
  29. {
  30. "Name": "Central Room",
  31. "ID": "03",
  32. "SpawnPoints": [
  33. "0x00",
  34. "0x01",
  35. "0x02"
  36. ]
  37. },
  38. {
  39. "Name": "Before Boss Key",
  40. "ID": "05",
  41. "SpawnPoints": [
  42. "0x00",
  43. "0x01",
  44. "0x02"
  45. ]
  46. },
  47. {
  48. "Name": "Boss Key",
  49. "ID": "06",
  50. "SpawnPoints": [
  51. "0x00",
  52. "0x01",
  53. "0x02"
  54. ]
  55. },
  56. {
  57. "Name": "Right Wing Upper",
  58. "ID": "07",
  59. "SpawnPoints": [
  60. "0x00"
  61. ]
  62. },
  63. {
  64. "Name": "Right Wing Lower",
  65. "ID": "08",
  66. "SpawnPoints": [
  67. "0x00",
  68. "0x02"
  69. ]
  70. },
  71. {
  72. "Name": "Before Deku Toad",
  73. "ID": "09",
  74. "SpawnPoints": [
  75. "0x00",
  76. "0x01",
  77. "0x02",
  78. "0x03",
  79. "0x04"
  80. ]
  81. },
  82. {
  83. "Name": "Right Wing Water Supply",
  84. "ID": "10",
  85. "SpawnPoints": [
  86. "0x00",
  87. "0x01"
  88. ]
  89. },
  90. {
  91. "Name": "Left Wing Upper",
  92. "ID": "11",
  93. "SpawnPoints": [
  94. "0x00"
  95. ]
  96. },
  97. {
  98. "Name": "Left Wing Lower",
  99. "ID": "12",
  100. "SpawnPoints": [
  101. "0x00",
  102. "0x01",
  103. "0x02"
  104. ]
  105. },
  106. {
  107. "Name": "Left Wing Water Supply",
  108. "ID": "13",
  109. "SpawnPoints": [
  110. "0x00"
  111. ]
  112. }
  113. ]
  114. },
  115. {
  116. "Name": "Morpheel",
  117. "ID": "D_MN01A",
  118. "Rooms": [
  119. {
  120. "Name": "Morpheel",
  121. "ID": "50",
  122. "SpawnPoints": [
  123. "0x00",
  124. "0x01",
  125. "0x02",
  126. "0x03"
  127. ]
  128. }
  129. ]
  130. },
  131. {
  132. "Name": "Deku Toad",
  133. "ID": "D_MN01B",
  134. "Rooms": [
  135. {
  136. "Name": "Deku Toad",
  137. "ID": "51",
  138. "SpawnPoints": [
  139. "0x01",
  140. "0x02",
  141. "0x00",
  142. "0x03"
  143. ]
  144. }
  145. ]
  146. },
  147. {
  148. "Name": "Goron Mines",
  149. "ID": "D_MN04",
  150. "Rooms": [
  151. {
  152. "Name": "Entrance",
  153. "ID": "01",
  154. "SpawnPoints": [
  155. "0x01",
  156. "0x00"
  157. ]
  158. },
  159. {
  160. "Name": "Magnet Room",
  161. "ID": "03",
  162. "SpawnPoints": [
  163. "0x00"
  164. ]
  165. },
  166. {
  167. "Name": "Roll Clipping",
  168. "ID": "04",
  169. "SpawnPoints": [
  170. "0x00",
  171. "0x01"
  172. ]
  173. },
  174. {
  175. "Name": "Before 1st Elder",
  176. "ID": "05",
  177. "SpawnPoints": [
  178. "0x00"
  179. ]
  180. },
  181. {
  182. "Name": "Clawshot Switch",
  183. "ID": "06",
  184. "SpawnPoints": [
  185. "0x00",
  186. "0x01"
  187. ]
  188. },
  189. {
  190. "Name": "Outside",
  191. "ID": "07",
  192. "SpawnPoints": [
  193. "0x00",
  194. "0x01"
  195. ]
  196. },
  197. {
  198. "Name": "Before Dangoro",
  199. "ID": "09",
  200. "SpawnPoints": [
  201. "0x00",
  202. "0x01",
  203. "0x02",
  204. "0x03"
  205. ]
  206. },
  207. {
  208. "Name": "Bow",
  209. "ID": "11",
  210. "SpawnPoints": [
  211. "0x01",
  212. "0x00"
  213. ]
  214. },
  215. {
  216. "Name": "Before Fyrus",
  217. "ID": "12",
  218. "SpawnPoints": [
  219. "0x00",
  220. "0x01"
  221. ]
  222. },
  223. {
  224. "Name": "Bow-Magnet Shortcut Room",
  225. "ID": "13",
  226. "SpawnPoints": [
  227. "0x00"
  228. ]
  229. },
  230. {
  231. "Name": "1st Elder",
  232. "ID": "14",
  233. "SpawnPoints": [
  234. "0x00",
  235. "0x01"
  236. ]
  237. },
  238. {
  239. "Name": "3rd Elder",
  240. "ID": "16",
  241. "SpawnPoints": [
  242. "0x00"
  243. ]
  244. },
  245. {
  246. "Name": "2nd Elder",
  247. "ID": "17",
  248. "SpawnPoints": [
  249. "0x00",
  250. "0x01"
  251. ]
  252. }
  253. ]
  254. },
  255. {
  256. "Name": "Fyrus",
  257. "ID": "D_MN04A",
  258. "Rooms": [
  259. {
  260. "Name": "Fyrus",
  261. "ID": "50",
  262. "SpawnPoints": [
  263. "0x00",
  264. "0x01"
  265. ]
  266. }
  267. ]
  268. },
  269. {
  270. "Name": "Dangoro",
  271. "ID": "D_MN04B",
  272. "Rooms": [
  273. {
  274. "Name": "Dangoro",
  275. "ID": "51",
  276. "SpawnPoints": [
  277. "0x02",
  278. "0x01",
  279. "0x00",
  280. "0x03"
  281. ]
  282. }
  283. ]
  284. },
  285. {
  286. "Name": "Forest Temple",
  287. "ID": "D_MN05",
  288. "Rooms": [
  289. {
  290. "Name": "Main Room",
  291. "ID": "00",
  292. "SpawnPoints": [
  293. "0x00"
  294. ]
  295. },
  296. {
  297. "Name": "Right Wing Boss Key",
  298. "ID": "01",
  299. "SpawnPoints": [
  300. "0x00"
  301. ]
  302. },
  303. {
  304. "Name": "2nd Monkey",
  305. "ID": "02",
  306. "SpawnPoints": [
  307. "0x00"
  308. ]
  309. },
  310. {
  311. "Name": "Left Wing",
  312. "ID": "03",
  313. "SpawnPoints": [
  314. "0x00",
  315. "0x01"
  316. ]
  317. },
  318. {
  319. "Name": "Outside",
  320. "ID": "04",
  321. "SpawnPoints": [
  322. "0x01",
  323. "0x00",
  324. "0x02"
  325. ]
  326. },
  327. {
  328. "Name": "3rd Monkey",
  329. "ID": "05",
  330. "SpawnPoints": [
  331. "0x00",
  332. "0x01"
  333. ]
  334. },
  335. {
  336. "Name": "4th Monkey",
  337. "ID": "07",
  338. "SpawnPoints": [
  339. "0x00"
  340. ]
  341. },
  342. {
  343. "Name": "North Wing Turning Bridge",
  344. "ID": "09",
  345. "SpawnPoints": [
  346. "0x00"
  347. ]
  348. },
  349. {
  350. "Name": "Final Monkey",
  351. "ID": "10",
  352. "SpawnPoints": [
  353. "0x00"
  354. ]
  355. },
  356. {
  357. "Name": "6th Monkey",
  358. "ID": "11",
  359. "SpawnPoints": [
  360. "0x00"
  361. ]
  362. },
  363. {
  364. "Name": "Before Diababa",
  365. "ID": "12",
  366. "SpawnPoints": [
  367. "0x00",
  368. "0x01"
  369. ]
  370. },
  371. {
  372. "Name": "7th Monkey",
  373. "ID": "19",
  374. "SpawnPoints": [
  375. "0x00"
  376. ]
  377. },
  378. {
  379. "Name": "Entrance",
  380. "ID": "22",
  381. "SpawnPoints": [
  382. "0x00"
  383. ]
  384. }
  385. ]
  386. },
  387. {
  388. "Name": "Diababa",
  389. "ID": "D_MN05A",
  390. "Rooms": [
  391. {
  392. "Name": "Diababa",
  393. "ID": "50",
  394. "SpawnPoints": [
  395. "0x00",
  396. "0x01"
  397. ]
  398. }
  399. ]
  400. },
  401. {
  402. "Name": "Ook",
  403. "ID": "D_MN05B",
  404. "Rooms": [
  405. {
  406. "Name": "Ook",
  407. "ID": "51",
  408. "SpawnPoints": [
  409. "0x01",
  410. "0x00",
  411. "0x02"
  412. ]
  413. }
  414. ]
  415. },
  416. {
  417. "Name": "Temple of Time",
  418. "ID": "D_MN06",
  419. "Rooms": [
  420. {
  421. "Name": "Entrance",
  422. "ID": "00",
  423. "SpawnPoints": [
  424. "0x00",
  425. "0x01"
  426. ]
  427. },
  428. {
  429. "Name": "First Staircase",
  430. "ID": "01",
  431. "SpawnPoints": [
  432. "0x00"
  433. ]
  434. },
  435. {
  436. "Name": "Turning Platform",
  437. "ID": "02",
  438. "SpawnPoints": [
  439. "0x00",
  440. "0x01",
  441. "0x02"
  442. ]
  443. },
  444. {
  445. "Name": "Statue Throws",
  446. "ID": "03",
  447. "SpawnPoints": [
  448. "0x00",
  449. "0x01"
  450. ]
  451. },
  452. {
  453. "Name": "Second Staircase",
  454. "ID": "04",
  455. "SpawnPoints": [
  456. "0x00",
  457. "0x01"
  458. ]
  459. },
  460. {
  461. "Name": "Scale Room",
  462. "ID": "05",
  463. "SpawnPoints": [
  464. "0x00"
  465. ]
  466. },
  467. {
  468. "Name": "Boss Key",
  469. "ID": "06",
  470. "SpawnPoints": [
  471. "0x00"
  472. ]
  473. },
  474. {
  475. "Name": "Third Staircase",
  476. "ID": "07",
  477. "SpawnPoints": [
  478. "0x00",
  479. "0x01",
  480. "0x02"
  481. ]
  482. },
  483. {
  484. "Name": "Before Gohma",
  485. "ID": "08",
  486. "SpawnPoints": [
  487. "0x00",
  488. "0x01",
  489. "0x02"
  490. ]
  491. }
  492. ]
  493. },
  494. {
  495. "Name": "Armogohma",
  496. "ID": "D_MN06A",
  497. "Rooms": [
  498. {
  499. "Name": "Armogohma",
  500. "ID": "50",
  501. "SpawnPoints": [
  502. "0x00",
  503. "0x01"
  504. ]
  505. }
  506. ]
  507. },
  508. {
  509. "Name": "Darknut",
  510. "ID": "D_MN06B",
  511. "Rooms": [
  512. {
  513. "Name": "Darknut",
  514. "ID": "51",
  515. "SpawnPoints": [
  516. "0x00"
  517. ]
  518. }
  519. ]
  520. },
  521. {
  522. "Name": "City in the Sky",
  523. "ID": "D_MN07",
  524. "Rooms": [
  525. {
  526. "Name": "Entrance",
  527. "ID": "00",
  528. "SpawnPoints": [
  529. "0x02",
  530. "0x01",
  531. "0x00",
  532. "0x03",
  533. "0x04",
  534. "0x05"
  535. ]
  536. },
  537. {
  538. "Name": "Before Main Room",
  539. "ID": "01",
  540. "SpawnPoints": [
  541. "0x00"
  542. ]
  543. },
  544. {
  545. "Name": "Main Room",
  546. "ID": "02",
  547. "SpawnPoints": [
  548. "0x00",
  549. "0x01",
  550. "0x02",
  551. "0x03",
  552. "0x04"
  553. ]
  554. },
  555. {
  556. "Name": "Right Wing Outside",
  557. "ID": "03",
  558. "SpawnPoints": [
  559. "0x01",
  560. "0x00",
  561. "0x02",
  562. "0x03"
  563. ]
  564. },
  565. {
  566. "Name": "Right Wing Inside 1",
  567. "ID": "04",
  568. "SpawnPoints": [
  569. "0x00",
  570. "0x01",
  571. "0x02"
  572. ]
  573. },
  574. {
  575. "Name": "Before Aeralfos",
  576. "ID": "05",
  577. "SpawnPoints": [
  578. "0x00",
  579. "0x01",
  580. "0x02"
  581. ]
  582. },
  583. {
  584. "Name": "Left Wing Outside ",
  585. "ID": "06",
  586. "SpawnPoints": [
  587. "0x00",
  588. "0x01",
  589. "0x02",
  590. "0x03",
  591. "0x04",
  592. "0x05",
  593. "0x06",
  594. "0x07",
  595. "0x08"
  596. ]
  597. },
  598. {
  599. "Name": "Right Wing Inside 2",
  600. "ID": "07",
  601. "SpawnPoints": [
  602. "0x00"
  603. ]
  604. },
  605. {
  606. "Name": "Right Wing Inside 3",
  607. "ID": "08",
  608. "SpawnPoints": [
  609. "0x00"
  610. ]
  611. },
  612. {
  613. "Name": "Left Wing Inside",
  614. "ID": "10",
  615. "SpawnPoints": [
  616. "0x00",
  617. "0x01",
  618. "0x03"
  619. ]
  620. },
  621. {
  622. "Name": "Big Baba Room",
  623. "ID": "11",
  624. "SpawnPoints": [
  625. "0x00",
  626. "0x01"
  627. ]
  628. },
  629. {
  630. "Name": "After Big Baba Outside",
  631. "ID": "12",
  632. "SpawnPoints": [
  633. "0x00",
  634. "0x01",
  635. "0x02",
  636. "0x03"
  637. ]
  638. },
  639. {
  640. "Name": "Before Boss Key Outside",
  641. "ID": "13",
  642. "SpawnPoints": [
  643. "0x00",
  644. "0x01"
  645. ]
  646. },
  647. {
  648. "Name": "North Wing Outside",
  649. "ID": "14",
  650. "SpawnPoints": [
  651. "0x00",
  652. "0x01",
  653. "0x03"
  654. ]
  655. },
  656. {
  657. "Name": "North Wing Inside",
  658. "ID": "15",
  659. "SpawnPoints": [
  660. "0x00",
  661. "0x01",
  662. "0x03",
  663. "0x04"
  664. ]
  665. },
  666. {
  667. "Name": "Oocca Shop",
  668. "ID": "16",
  669. "SpawnPoints": [
  670. "0x00",
  671. "0x01",
  672. "0x02"
  673. ]
  674. }
  675. ]
  676. },
  677. {
  678. "Name": "Argorok",
  679. "ID": "D_MN07A",
  680. "Rooms": [
  681. {
  682. "Name": "Argorok",
  683. "ID": "50",
  684. "SpawnPoints": [
  685. "0x01",
  686. "0x00",
  687. "0x02",
  688. "0x03"
  689. ]
  690. }
  691. ]
  692. },
  693. {
  694. "Name": "Aeralfos",
  695. "ID": "D_MN07B",
  696. "Rooms": [
  697. {
  698. "Name": "Aeralfos",
  699. "ID": "51",
  700. "SpawnPoints": [
  701. "0x00",
  702. "0x01",
  703. "0x02"
  704. ]
  705. }
  706. ]
  707. },
  708. {
  709. "Name": "Palace of Twilight",
  710. "ID": "D_MN08",
  711. "Rooms": [
  712. {
  713. "Name": "Entrance",
  714. "ID": "00",
  715. "SpawnPoints": [
  716. "0x00",
  717. "0x01",
  718. "0x02",
  719. "0x03",
  720. "0x0A",
  721. "0x14",
  722. "0x15",
  723. "0x16",
  724. "0x04"
  725. ]
  726. },
  727. {
  728. "Name": "Left Wing 1",
  729. "ID": "01",
  730. "SpawnPoints": [
  731. "0x00",
  732. "0x01"
  733. ]
  734. },
  735. {
  736. "Name": "Left Wing 2",
  737. "ID": "02",
  738. "SpawnPoints": [
  739. "0x00",
  740. "0x01"
  741. ]
  742. },
  743. {
  744. "Name": "Right Wing 1",
  745. "ID": "04",
  746. "SpawnPoints": [
  747. "0x00",
  748. "0x01"
  749. ]
  750. },
  751. {
  752. "Name": "Right Wing 2",
  753. "ID": "05",
  754. "SpawnPoints": [
  755. "0x00",
  756. "0x01",
  757. "0x02"
  758. ]
  759. },
  760. {
  761. "Name": "Double Sol",
  762. "ID": "07",
  763. "SpawnPoints": [
  764. "0x00",
  765. "0x01"
  766. ]
  767. },
  768. {
  769. "Name": "Early Platform",
  770. "ID": "08",
  771. "SpawnPoints": [
  772. "0x00"
  773. ]
  774. },
  775. {
  776. "Name": "Messengers before Zant",
  777. "ID": "09",
  778. "SpawnPoints": [
  779. "0x00",
  780. "0x01",
  781. "0x14",
  782. "0x15"
  783. ]
  784. },
  785. {
  786. "Name": "Beta Zant Room",
  787. "ID": "10",
  788. "SpawnPoints": [
  789. "0x00",
  790. "0x01"
  791. ]
  792. },
  793. {
  794. "Name": "Boss Key",
  795. "ID": "11",
  796. "SpawnPoints": [
  797. "0x00",
  798. "0x01",
  799. "0x14",
  800. "0x16",
  801. "0x15"
  802. ]
  803. }
  804. ]
  805. },
  806. {
  807. "Name": "Zant Main Room",
  808. "ID": "D_MN08A",
  809. "Rooms": [
  810. {
  811. "Name": "Zant Main Room",
  812. "ID": "10",
  813. "SpawnPoints": [
  814. "0x00",
  815. "0x01",
  816. "0x15",
  817. "0x17",
  818. "0x18",
  819. "0x19"
  820. ]
  821. }
  822. ]
  823. },
  824. {
  825. "Name": "Phantom Zant 1",
  826. "ID": "D_MN08B",
  827. "Rooms": [
  828. {
  829. "Name": "Phantom Zant 1",
  830. "ID": "51",
  831. "SpawnPoints": [
  832. "0x00",
  833. "0x01",
  834. "0x02",
  835. "0x03"
  836. ]
  837. }
  838. ]
  839. },
  840. {
  841. "Name": "Phantom Zant 2",
  842. "ID": "D_MN08C",
  843. "Rooms": [
  844. {
  845. "Name": "Phantom Zant 2",
  846. "ID": "52",
  847. "SpawnPoints": [
  848. "0x00",
  849. "0x02"
  850. ]
  851. }
  852. ]
  853. },
  854. {
  855. "Name": "Zant Fight",
  856. "ID": "D_MN08D",
  857. "Rooms": [
  858. {
  859. "Name": "Intro",
  860. "ID": "50",
  861. "SpawnPoints": [
  862. "0x14",
  863. "0x00"
  864. ]
  865. },
  866. {
  867. "Name": "Diababa Phase",
  868. "ID": "53",
  869. "SpawnPoints": [
  870. "0x00"
  871. ]
  872. },
  873. {
  874. "Name": "Goron Mines Phase",
  875. "ID": "54",
  876. "SpawnPoints": [
  877. "0x00"
  878. ]
  879. },
  880. {
  881. "Name": "Lakebed Phase",
  882. "ID": "55",
  883. "SpawnPoints": [
  884. "0x00",
  885. "0x01"
  886. ]
  887. },
  888. {
  889. "Name": "Ook Phase",
  890. "ID": "56",
  891. "SpawnPoints": [
  892. "0x00"
  893. ]
  894. },
  895. {
  896. "Name": "Blizzeta Phase",
  897. "ID": "57",
  898. "SpawnPoints": [
  899. "0x00"
  900. ]
  901. },
  902. {
  903. "Name": "Final Hyrule Phase",
  904. "ID": "60",
  905. "SpawnPoints": [
  906. "0x00"
  907. ]
  908. }
  909. ]
  910. },
  911. {
  912. "Name": "Hyrule Castle",
  913. "ID": "D_MN09",
  914. "Rooms": [
  915. {
  916. "Name": "Inside Main Hall",
  917. "ID": "01",
  918. "SpawnPoints": [
  919. "0x00",
  920. "0x01",
  921. "0x01",
  922. "0x02",
  923. "0x03"
  924. ]
  925. },
  926. {
  927. "Name": "Inside Darknut 1",
  928. "ID": "02",
  929. "SpawnPoints": [
  930. "0x00",
  931. "0x02",
  932. "0x03"
  933. ]
  934. },
  935. {
  936. "Name": "Inside Left Wing 1",
  937. "ID": "03",
  938. "SpawnPoints": [
  939. "0x00"
  940. ]
  941. },
  942. {
  943. "Name": "Inside Left Wing 2",
  944. "ID": "04",
  945. "SpawnPoints": [
  946. "0x01",
  947. "0x00",
  948. "0x02"
  949. ]
  950. },
  951. {
  952. "Name": "Inside Right Wing 1",
  953. "ID": "05",
  954. "SpawnPoints": [
  955. "0x00"
  956. ]
  957. },
  958. {
  959. "Name": "Inside Right Wing 2",
  960. "ID": "06",
  961. "SpawnPoints": [
  962. "0x00",
  963. "0x01"
  964. ]
  965. },
  966. {
  967. "Name": "Treasure Room",
  968. "ID": "08",
  969. "SpawnPoints": [
  970. "0x00"
  971. ]
  972. },
  973. {
  974. "Name": "Graveyard",
  975. "ID": "09",
  976. "SpawnPoints": [
  977. "0x00",
  978. "0x01",
  979. "0x02"
  980. ]
  981. },
  982. {
  983. "Name": "Entrance",
  984. "ID": "11",
  985. "SpawnPoints": [
  986. "0x01",
  987. "0x02",
  988. "0x03",
  989. "0x00",
  990. "0x05"
  991. ]
  992. },
  993. {
  994. "Name": "Inside Final Ascension",
  995. "ID": "12",
  996. "SpawnPoints": [
  997. "0x00",
  998. "0x01",
  999. "0x02",
  1000. "0x03",
  1001. "0x04",
  1002. "0x05",
  1003. "0x06",
  1004. "0x07",
  1005. "0x08"
  1006. ]
  1007. },
  1008. {
  1009. "Name": "Outside Left Wing",
  1010. "ID": "13",
  1011. "SpawnPoints": [
  1012. "0x00"
  1013. ]
  1014. },
  1015. {
  1016. "Name": "Outside Right Wing",
  1017. "ID": "14",
  1018. "SpawnPoints": [
  1019. "0x01",
  1020. "0x02",
  1021. "0x03",
  1022. "0x00",
  1023. "0x04",
  1024. "0x05"
  1025. ]
  1026. },
  1027. {
  1028. "Name": "Outside Boss Key",
  1029. "ID": "15",
  1030. "SpawnPoints": [
  1031. "0x01",
  1032. "0x00",
  1033. "0x03",
  1034. "0x02",
  1035. "0x04",
  1036. "0x05",
  1037. "0x06",
  1038. "0x07"
  1039. ]
  1040. }
  1041. ]
  1042. },
  1043. {
  1044. "Name": "Ganondorf Castle",
  1045. "ID": "D_MN09A",
  1046. "Rooms": [
  1047. {
  1048. "Name": "Fight Inside",
  1049. "ID": "50",
  1050. "SpawnPoints": [
  1051. "0x00",
  1052. "0x01",
  1053. "0x02",
  1054. "0x14",
  1055. "0x15",
  1056. "0x16",
  1057. "0x78",
  1058. "0x79",
  1059. "0x7A",
  1060. "0x0A"
  1061. ]
  1062. },
  1063. {
  1064. "Name": "Intro Outside",
  1065. "ID": "51",
  1066. "SpawnPoints": [
  1067. "0x00",
  1068. "0x01",
  1069. "0x02",
  1070. "0x14",
  1071. "0x15",
  1072. "0x16",
  1073. "0x78",
  1074. "0x79",
  1075. "0x7A",
  1076. "0x0A"
  1077. ]
  1078. }
  1079. ]
  1080. },
  1081. {
  1082. "Name": "Ganondorf Field",
  1083. "ID": "D_MN09B",
  1084. "Rooms": [
  1085. {
  1086. "Name": "Ganondorf Field",
  1087. "ID": "00",
  1088. "SpawnPoints": [
  1089. "0x00",
  1090. "0x01"
  1091. ]
  1092. }
  1093. ]
  1094. },
  1095. {
  1096. "Name": "Ganondorf Defeated",
  1097. "ID": "D_MN09C",
  1098. "Rooms": [
  1099. {
  1100. "Name": "Ganondorf Defeated",
  1101. "ID": "00",
  1102. "SpawnPoints": [
  1103. "0x00",
  1104. "0x14",
  1105. "0x15",
  1106. "0x17",
  1107. "0x16"
  1108. ]
  1109. }
  1110. ]
  1111. },
  1112. {
  1113. "Name": "Arbiters Grounds",
  1114. "ID": "D_MN10",
  1115. "Rooms": [
  1116. {
  1117. "Name": "Entrance",
  1118. "ID": "00",
  1119. "SpawnPoints": [
  1120. "0x02",
  1121. "0x01",
  1122. "0x00",
  1123. "0x03"
  1124. ]
  1125. },
  1126. {
  1127. "Name": "Before Main Room",
  1128. "ID": "01",
  1129. "SpawnPoints": [
  1130. "0x00"
  1131. ]
  1132. },
  1133. {
  1134. "Name": "Main Poe Room",
  1135. "ID": "02",
  1136. "SpawnPoints": [
  1137. "0x00",
  1138. "0x02",
  1139. "0x01",
  1140. "0x03"
  1141. ]
  1142. },
  1143. {
  1144. "Name": "2nd Poe",
  1145. "ID": "03",
  1146. "SpawnPoints": [
  1147. "0x00"
  1148. ]
  1149. },
  1150. {
  1151. "Name": "Before 3rd Poe",
  1152. "ID": "04",
  1153. "SpawnPoints": [
  1154. "0x00",
  1155. "0x01",
  1156. "0x02",
  1157. "0x03"
  1158. ]
  1159. },
  1160. {
  1161. "Name": "3rd Poe",
  1162. "ID": "05",
  1163. "SpawnPoints": [
  1164. "0x00"
  1165. ]
  1166. },
  1167. {
  1168. "Name": "Left Wing 1",
  1169. "ID": "06",
  1170. "SpawnPoints": [
  1171. "0x00",
  1172. "0x01"
  1173. ]
  1174. },
  1175. {
  1176. "Name": "Left Wing 2",
  1177. "ID": "07",
  1178. "SpawnPoints": [
  1179. "0x00"
  1180. ]
  1181. },
  1182. {
  1183. "Name": "4th Poe",
  1184. "ID": "08",
  1185. "SpawnPoints": [
  1186. "0x00"
  1187. ]
  1188. },
  1189. {
  1190. "Name": "Boss Key",
  1191. "ID": "09",
  1192. "SpawnPoints": [
  1193. "0x00",
  1194. "0x01",
  1195. "0x02"
  1196. ]
  1197. },
  1198. {
  1199. "Name": "Ooccoo",
  1200. "ID": "10",
  1201. "SpawnPoints": [
  1202. "0x00"
  1203. ]
  1204. },
  1205. {
  1206. "Name": "Before Death Sword",
  1207. "ID": "11",
  1208. "SpawnPoints": [
  1209. "0x00",
  1210. "0x01",
  1211. "0x02",
  1212. "0x03"
  1213. ]
  1214. },
  1215. {
  1216. "Name": "Before 4th Poe",
  1217. "ID": "12",
  1218. "SpawnPoints": [
  1219. "0x00"
  1220. ]
  1221. },
  1222. {
  1223. "Name": "Epic Spinner Room",
  1224. "ID": "13",
  1225. "SpawnPoints": [
  1226. "0x00",
  1227. "0x01"
  1228. ]
  1229. },
  1230. {
  1231. "Name": "After 3rd Poe",
  1232. "ID": "14",
  1233. "SpawnPoints": [
  1234. "0x00"
  1235. ]
  1236. },
  1237. {
  1238. "Name": "Right Wing",
  1239. "ID": "15",
  1240. "SpawnPoints": [
  1241. "0x00",
  1242. "0x01"
  1243. ]
  1244. },
  1245. {
  1246. "Name": "Big Turning Room",
  1247. "ID": "16",
  1248. "SpawnPoints": [
  1249. "0x00"
  1250. ]
  1251. }
  1252. ]
  1253. },
  1254. {
  1255. "Name": "Stallord",
  1256. "ID": "D_MN10A",
  1257. "Rooms": [
  1258. {
  1259. "Name": "Stallord",
  1260. "ID": "50",
  1261. "SpawnPoints": [
  1262. "0x00",
  1263. "0x01",
  1264. "0x02",
  1265. "0x03"
  1266. ]
  1267. }
  1268. ]
  1269. },
  1270. {
  1271. "Name": "Death Sword",
  1272. "ID": "D_MN10B",
  1273. "Rooms": [
  1274. {
  1275. "Name": "Death Sword",
  1276. "ID": "51",
  1277. "SpawnPoints": [
  1278. "0x00",
  1279. "0x01",
  1280. "0x02"
  1281. ]
  1282. }
  1283. ]
  1284. },
  1285. {
  1286. "Name": "Snowpeak Ruins",
  1287. "ID": "D_MN11",
  1288. "Rooms": [
  1289. {
  1290. "Name": "Entrance",
  1291. "ID": "00",
  1292. "SpawnPoints": [
  1293. "0x00",
  1294. "0x01",
  1295. "0x02",
  1296. "0x03"
  1297. ]
  1298. },
  1299. {
  1300. "Name": "Yeta",
  1301. "ID": "01",
  1302. "SpawnPoints": [
  1303. "0x00"
  1304. ]
  1305. },
  1306. {
  1307. "Name": "Yeto",
  1308. "ID": "02",
  1309. "SpawnPoints": [
  1310. "0x00",
  1311. "0x01",
  1312. "0x02"
  1313. ]
  1314. },
  1315. {
  1316. "Name": "Ice Puzzle",
  1317. "ID": "03",
  1318. "SpawnPoints": [
  1319. "0x00",
  1320. "0x01",
  1321. "0x04",
  1322. "0x02",
  1323. "0x03",
  1324. "0x05",
  1325. "0x06",
  1326. "0x07",
  1327. "0x08",
  1328. "0x09",
  1329. "0x0A",
  1330. "0x0B",
  1331. "0x0C"
  1332. ]
  1333. },
  1334. {
  1335. "Name": "Courtyard",
  1336. "ID": "04",
  1337. "SpawnPoints": [
  1338. "0x00",
  1339. "0x01",
  1340. "0x02",
  1341. "0x03",
  1342. "0x04",
  1343. "0x05",
  1344. "0x06",
  1345. "0x07",
  1346. "0x08",
  1347. "0x09",
  1348. "0x0A"
  1349. ]
  1350. },
  1351. {
  1352. "Name": "Ordon Pumpkin",
  1353. "ID": "05",
  1354. "SpawnPoints": [
  1355. "0x00",
  1356. "0x01",
  1357. "0x02",
  1358. "0x03",
  1359. "0x04"
  1360. ]
  1361. },
  1362. {
  1363. "Name": "Third Poe",
  1364. "ID": "06",
  1365. "SpawnPoints": [
  1366. "0x00",
  1367. "0x01",
  1368. "0x02"
  1369. ]
  1370. },
  1371. {
  1372. "Name": "Double Freezard",
  1373. "ID": "07",
  1374. "SpawnPoints": [
  1375. "0x00",
  1376. "0x0A"
  1377. ]
  1378. },
  1379. {
  1380. "Name": "Double LJA",
  1381. "ID": "08",
  1382. "SpawnPoints": [
  1383. "0x00"
  1384. ]
  1385. },
  1386. {
  1387. "Name": "Ice Cannon Room",
  1388. "ID": "09",
  1389. "SpawnPoints": [
  1390. "0x00"
  1391. ]
  1392. },
  1393. {
  1394. "Name": "Boss Key",
  1395. "ID": "11",
  1396. "SpawnPoints": [
  1397. "0x00"
  1398. ]
  1399. },
  1400. {
  1401. "Name": "Before Ordon Pumpkin",
  1402. "ID": "13",
  1403. "SpawnPoints": [
  1404. "0x00"
  1405. ]
  1406. }
  1407. ]
  1408. },
  1409. {
  1410. "Name": "Blizzeta",
  1411. "ID": "D_MN11A",
  1412. "Rooms": [
  1413. {
  1414. "Name": "Blizzeta",
  1415. "ID": "50",
  1416. "SpawnPoints": [
  1417. "0x00",
  1418. "0x01",
  1419. "0x02",
  1420. "0x03"
  1421. ]
  1422. }
  1423. ]
  1424. },
  1425. {
  1426. "Name": "Darkhammer",
  1427. "ID": "D_MN11B",
  1428. "Rooms": [
  1429. {
  1430. "Name": "Beta Room",
  1431. "ID": "49",
  1432. "SpawnPoints": [
  1433. "0x00",
  1434. "0x01",
  1435. "0x02"
  1436. ]
  1437. },
  1438. {
  1439. "Name": "Darkhammer",
  1440. "ID": "51",
  1441. "SpawnPoints": [
  1442. "0x00",
  1443. "0x01",
  1444. "0x02",
  1445. "0x03"
  1446. ]
  1447. }
  1448. ]
  1449. },
  1450. {
  1451. "Name": "Lanayru Ice Puzzle Cave",
  1452. "ID": "D_SB00",
  1453. "Rooms": [
  1454. {
  1455. "Name": "Lanayru Ice Puzzle Cave",
  1456. "ID": "00",
  1457. "SpawnPoints": [
  1458. "0x00"
  1459. ]
  1460. }
  1461. ]
  1462. },
  1463. {
  1464. "Name": "Cave of Ordeals",
  1465. "ID": "D_SB01",
  1466. "Rooms": [
  1467. {
  1468. "Name": "Room 1",
  1469. "ID": "00",
  1470. "SpawnPoints": [
  1471. "0x00"
  1472. ]
  1473. },
  1474. {
  1475. "Name": "Room 2",
  1476. "ID": "01",
  1477. "SpawnPoints": [
  1478. "0x00"
  1479. ]
  1480. },
  1481. {
  1482. "Name": "Room 3",
  1483. "ID": "02",
  1484. "SpawnPoints": [
  1485. "0x00"
  1486. ]
  1487. },
  1488. {
  1489. "Name": "Room 4",
  1490. "ID": "03",
  1491. "SpawnPoints": [
  1492. "0x00"
  1493. ]
  1494. },
  1495. {
  1496. "Name": "Room 5",
  1497. "ID": "04",
  1498. "SpawnPoints": [
  1499. "0x00"
  1500. ]
  1501. },
  1502. {
  1503. "Name": "Room 6",
  1504. "ID": "05",
  1505. "SpawnPoints": [
  1506. "0x00"
  1507. ]
  1508. },
  1509. {
  1510. "Name": "Room 7",
  1511. "ID": "06",
  1512. "SpawnPoints": [
  1513. "0x00"
  1514. ]
  1515. },
  1516. {
  1517. "Name": "Room 8",
  1518. "ID": "07",
  1519. "SpawnPoints": [
  1520. "0x00"
  1521. ]
  1522. },
  1523. {
  1524. "Name": "Room 9",
  1525. "ID": "08",
  1526. "SpawnPoints": [
  1527. "0x00",
  1528. "0x01"
  1529. ]
  1530. },
  1531. {
  1532. "Name": "Room 10",
  1533. "ID": "09",
  1534. "SpawnPoints": [
  1535. "0x00"
  1536. ]
  1537. },
  1538. {
  1539. "Name": "Room 11",
  1540. "ID": "10",
  1541. "SpawnPoints": [
  1542. "0x00"
  1543. ]
  1544. },
  1545. {
  1546. "Name": "Room 12",
  1547. "ID": "11",
  1548. "SpawnPoints": [
  1549. "0x00"
  1550. ]
  1551. },
  1552. {
  1553. "Name": "Room 13",
  1554. "ID": "12",
  1555. "SpawnPoints": [
  1556. "0x00"
  1557. ]
  1558. },
  1559. {
  1560. "Name": "Room 14",
  1561. "ID": "13",
  1562. "SpawnPoints": [
  1563. "0x00"
  1564. ]
  1565. },
  1566. {
  1567. "Name": "Room 15",
  1568. "ID": "14",
  1569. "SpawnPoints": [
  1570. "0x00"
  1571. ]
  1572. },
  1573. {
  1574. "Name": "Room 16",
  1575. "ID": "15",
  1576. "SpawnPoints": [
  1577. "0x00"
  1578. ]
  1579. },
  1580. {
  1581. "Name": "Room 17",
  1582. "ID": "16",
  1583. "SpawnPoints": [
  1584. "0x00"
  1585. ]
  1586. },
  1587. {
  1588. "Name": "Room 18",
  1589. "ID": "17",
  1590. "SpawnPoints": [
  1591. "0x00"
  1592. ]
  1593. },
  1594. {
  1595. "Name": "Room 19",
  1596. "ID": "18",
  1597. "SpawnPoints": [
  1598. "0x00",
  1599. "0x01"
  1600. ]
  1601. },
  1602. {
  1603. "Name": "Room 20",
  1604. "ID": "19",
  1605. "SpawnPoints": [
  1606. "0x00"
  1607. ]
  1608. },
  1609. {
  1610. "Name": "Room 21",
  1611. "ID": "20",
  1612. "SpawnPoints": [
  1613. "0x00"
  1614. ]
  1615. },
  1616. {
  1617. "Name": "Room 22",
  1618. "ID": "21",
  1619. "SpawnPoints": [
  1620. "0x00"
  1621. ]
  1622. },
  1623. {
  1624. "Name": "Room 23",
  1625. "ID": "22",
  1626. "SpawnPoints": [
  1627. "0x00"
  1628. ]
  1629. },
  1630. {
  1631. "Name": "Room 24",
  1632. "ID": "23",
  1633. "SpawnPoints": [
  1634. "0x00"
  1635. ]
  1636. },
  1637. {
  1638. "Name": "Room 25",
  1639. "ID": "24",
  1640. "SpawnPoints": [
  1641. "0x00"
  1642. ]
  1643. },
  1644. {
  1645. "Name": "Room 26",
  1646. "ID": "25",
  1647. "SpawnPoints": [
  1648. "0x00"
  1649. ]
  1650. },
  1651. {
  1652. "Name": "Room 27",
  1653. "ID": "26",
  1654. "SpawnPoints": [
  1655. "0x00"
  1656. ]
  1657. },
  1658. {
  1659. "Name": "Room 28",
  1660. "ID": "27",
  1661. "SpawnPoints": [
  1662. "0x00"
  1663. ]
  1664. },
  1665. {
  1666. "Name": "Room 29",
  1667. "ID": "28",
  1668. "SpawnPoints": [
  1669. "0x00",
  1670. "0x01"
  1671. ]
  1672. },
  1673. {
  1674. "Name": "Room 30",
  1675. "ID": "29",
  1676. "SpawnPoints": [
  1677. "0x00"
  1678. ]
  1679. },
  1680. {
  1681. "Name": "Room 31",
  1682. "ID": "30",
  1683. "SpawnPoints": [
  1684. "0x00"
  1685. ]
  1686. },
  1687. {
  1688. "Name": "Room 32",
  1689. "ID": "31",
  1690. "SpawnPoints": [
  1691. "0x00"
  1692. ]
  1693. },
  1694. {
  1695. "Name": "Room 33",
  1696. "ID": "32",
  1697. "SpawnPoints": [
  1698. "0x00"
  1699. ]
  1700. },
  1701. {
  1702. "Name": "Room 34",
  1703. "ID": "33",
  1704. "SpawnPoints": [
  1705. "0x00"
  1706. ]
  1707. },
  1708. {
  1709. "Name": "Room 35",
  1710. "ID": "34",
  1711. "SpawnPoints": [
  1712. "0x00"
  1713. ]
  1714. },
  1715. {
  1716. "Name": "Room 36",
  1717. "ID": "35",
  1718. "SpawnPoints": [
  1719. "0x00"
  1720. ]
  1721. },
  1722. {
  1723. "Name": "Room 37",
  1724. "ID": "36",
  1725. "SpawnPoints": [
  1726. "0x00"
  1727. ]
  1728. },
  1729. {
  1730. "Name": "Room 38",
  1731. "ID": "37",
  1732. "SpawnPoints": [
  1733. "0x00"
  1734. ]
  1735. },
  1736. {
  1737. "Name": "Room 39",
  1738. "ID": "38",
  1739. "SpawnPoints": [
  1740. "0x00",
  1741. "0x01"
  1742. ]
  1743. },
  1744. {
  1745. "Name": "Room 40",
  1746. "ID": "39",
  1747. "SpawnPoints": [
  1748. "0x00"
  1749. ]
  1750. },
  1751. {
  1752. "Name": "Room 41",
  1753. "ID": "40",
  1754. "SpawnPoints": [
  1755. "0x00"
  1756. ]
  1757. },
  1758. {
  1759. "Name": "Room 42",
  1760. "ID": "41",
  1761. "SpawnPoints": [
  1762. "0x00"
  1763. ]
  1764. },
  1765. {
  1766. "Name": "Room 43",
  1767. "ID": "42",
  1768. "SpawnPoints": [
  1769. "0x00"
  1770. ]
  1771. },
  1772. {
  1773. "Name": "Room 44",
  1774. "ID": "43",
  1775. "SpawnPoints": [
  1776. "0x00"
  1777. ]
  1778. },
  1779. {
  1780. "Name": "Room 45",
  1781. "ID": "44",
  1782. "SpawnPoints": [
  1783. "0x00"
  1784. ]
  1785. },
  1786. {
  1787. "Name": "Room 46",
  1788. "ID": "45",
  1789. "SpawnPoints": [
  1790. "0x00"
  1791. ]
  1792. },
  1793. {
  1794. "Name": "Room 47",
  1795. "ID": "46",
  1796. "SpawnPoints": [
  1797. "0x00"
  1798. ]
  1799. },
  1800. {
  1801. "Name": "Room 48",
  1802. "ID": "47",
  1803. "SpawnPoints": [
  1804. "0x00"
  1805. ]
  1806. },
  1807. {
  1808. "Name": "Room 49",
  1809. "ID": "48",
  1810. "SpawnPoints": [
  1811. "0x00",
  1812. "0x01"
  1813. ]
  1814. },
  1815. {
  1816. "Name": "Room 50",
  1817. "ID": "49",
  1818. "SpawnPoints": [
  1819. "0x00"
  1820. ]
  1821. }
  1822. ]
  1823. },
  1824. {
  1825. "Name": "Eldin Long Cave",
  1826. "ID": "D_SB02",
  1827. "Rooms": [
  1828. {
  1829. "Name": "Eldin Long Cave",
  1830. "ID": "00",
  1831. "SpawnPoints": [
  1832. "0x00"
  1833. ]
  1834. }
  1835. ]
  1836. },
  1837. {
  1838. "Name": "Lake Hylia Long Cave",
  1839. "ID": "D_SB03",
  1840. "Rooms": [
  1841. {
  1842. "Name": "Lake Hylia Long Cave",
  1843. "ID": "00",
  1844. "SpawnPoints": [
  1845. "0x00",
  1846. "0x01"
  1847. ]
  1848. }
  1849. ]
  1850. },
  1851. {
  1852. "Name": "Eldin Goron Stockcave",
  1853. "ID": "D_SB04",
  1854. "Rooms": [
  1855. {
  1856. "Name": "Eldin Goron Stockcave",
  1857. "ID": "10",
  1858. "SpawnPoints": [
  1859. "0x00",
  1860. "0x01"
  1861. ]
  1862. }
  1863. ]
  1864. },
  1865. {
  1866. "Name": "Grotto 1",
  1867. "ID": "D_SB05",
  1868. "Rooms": [
  1869. {
  1870. "Name": "Grotto 1",
  1871. "ID": "00",
  1872. "SpawnPoints": [
  1873. "0x00",
  1874. "0x01"
  1875. ]
  1876. }
  1877. ]
  1878. },
  1879. {
  1880. "Name": "Grotto 2",
  1881. "ID": "D_SB06",
  1882. "Rooms": [
  1883. {
  1884. "Name": "Grotto 2",
  1885. "ID": "01",
  1886. "SpawnPoints": [
  1887. "0x00",
  1888. "0x01"
  1889. ]
  1890. }
  1891. ]
  1892. },
  1893. {
  1894. "Name": "Grotto 3",
  1895. "ID": "D_SB07",
  1896. "Rooms": [
  1897. {
  1898. "Name": "Grotto 3",
  1899. "ID": "02",
  1900. "SpawnPoints": [
  1901. "0x00",
  1902. "0x01"
  1903. ]
  1904. }
  1905. ]
  1906. },
  1907. {
  1908. "Name": "Grotto 4",
  1909. "ID": "D_SB08",
  1910. "Rooms": [
  1911. {
  1912. "Name": "Grotto 4",
  1913. "ID": "03",
  1914. "SpawnPoints": [
  1915. "0x00",
  1916. "0x01"
  1917. ]
  1918. }
  1919. ]
  1920. },
  1921. {
  1922. "Name": "Grotto 5",
  1923. "ID": "D_SB09",
  1924. "Rooms": [
  1925. {
  1926. "Name": "Grotto 5",
  1927. "ID": "04",
  1928. "SpawnPoints": [
  1929. "0x00",
  1930. "0x01"
  1931. ]
  1932. }
  1933. ]
  1934. },
  1935. {
  1936. "Name": "Faron Woods Cave",
  1937. "ID": "D_SB10",
  1938. "Rooms": [
  1939. {
  1940. "Name": "Faron Woods Cave",
  1941. "ID": "00",
  1942. "SpawnPoints": [
  1943. "0x00",
  1944. "0x15",
  1945. "0x14",
  1946. "0x01"
  1947. ]
  1948. }
  1949. ]
  1950. },
  1951. {
  1952. "Name": "Ordon Ranch",
  1953. "ID": "F_SP00",
  1954. "Rooms": [
  1955. {
  1956. "Name": "Ordon Ranch",
  1957. "ID": "00",
  1958. "SpawnPoints": [
  1959. "0x00",
  1960. "0x01",
  1961. "0x02",
  1962. "0x03",
  1963. "0x14",
  1964. "0x04",
  1965. "0x63",
  1966. "0x1E",
  1967. "0x05",
  1968. "0x06",
  1969. "0x07",
  1970. "0x7F"
  1971. ]
  1972. }
  1973. ]
  1974. },
  1975. {
  1976. "Name": "Title Screen",
  1977. "ID": "F_SP102",
  1978. "Rooms": [
  1979. {
  1980. "Name": "Title Screen",
  1981. "ID": "00",
  1982. "SpawnPoints": [
  1983. "0x00",
  1984. "0x01",
  1985. "0x02",
  1986. "0x14",
  1987. "0x03",
  1988. "0x35",
  1989. "0x04",
  1990. "0x05",
  1991. "0x64",
  1992. "0x65"
  1993. ]
  1994. }
  1995. ]
  1996. },
  1997. {
  1998. "Name": "Ordon Village",
  1999. "ID": "F_SP103",
  2000. "Rooms": [
  2001. {
  2002. "Name": "Main Village",
  2003. "ID": "00",
  2004. "SpawnPoints": [
  2005. "0x00",
  2006. "0x01",
  2007. "0x02",
  2008. "0x04",
  2009. "0x05",
  2010. "0x06",
  2011. "0x07",
  2012. "0x09",
  2013. "0x0B",
  2014. "0x14",
  2015. "0x15",
  2016. "0x16",
  2017. "0x17",
  2018. "0x18",
  2019. "0x19",
  2020. "0x0D",
  2021. "0x0E",
  2022. "0x0F",
  2023. "0x1A",
  2024. "0x63",
  2025. "0x1B",
  2026. "0x1E",
  2027. "0x64",
  2028. "0x65",
  2029. "0x66",
  2030. "0x67"
  2031. ]
  2032. },
  2033. {
  2034. "Name": "Outside Links House",
  2035. "ID": "01",
  2036. "SpawnPoints": [
  2037. "0x00",
  2038. "0x02",
  2039. "0x03",
  2040. "0x14",
  2041. "0x15",
  2042. "0x06",
  2043. "0x17",
  2044. "0x07",
  2045. "0x18",
  2046. "0x19",
  2047. "0x1A",
  2048. "0x63",
  2049. "0x08",
  2050. "0x1B",
  2051. "0x1E",
  2052. "0x01",
  2053. "0x09",
  2054. "0x0A",
  2055. "0x05",
  2056. "0x64",
  2057. "0x04",
  2058. "0x0B"
  2059. ]
  2060. }
  2061. ]
  2062. },
  2063. {
  2064. "Name": "Ordon Spring",
  2065. "ID": "F_SP104",
  2066. "Rooms": [
  2067. {
  2068. "Name": "Ordon Spring",
  2069. "ID": "01",
  2070. "SpawnPoints": [
  2071. "0x00",
  2072. "0x01",
  2073. "0x02",
  2074. "0x14",
  2075. "0x15",
  2076. "0x03",
  2077. "0x16",
  2078. "0x1A",
  2079. "0x05",
  2080. "0x17",
  2081. "0x18",
  2082. "0x19",
  2083. "0x63",
  2084. "0xFE",
  2085. "0xC8",
  2086. "0x06",
  2087. "0x0A",
  2088. "0x6F",
  2089. "0x04",
  2090. "0x1E",
  2091. "0x64"
  2092. ]
  2093. }
  2094. ]
  2095. },
  2096. {
  2097. "Name": "Faron Woods",
  2098. "ID": "F_SP108",
  2099. "Rooms": [
  2100. {
  2101. "Name": "South Faron Entrance",
  2102. "ID": "00",
  2103. "SpawnPoints": [
  2104. "0x00",
  2105. "0x03",
  2106. "0x04",
  2107. "0x14",
  2108. "0x15",
  2109. "0x16",
  2110. "0x17",
  2111. "0x18",
  2112. "0xFE",
  2113. "0x19",
  2114. "0x64"
  2115. ]
  2116. },
  2117. {
  2118. "Name": "Faron Spring",
  2119. "ID": "01",
  2120. "SpawnPoints": [
  2121. "0x06",
  2122. "0x03",
  2123. "0x02",
  2124. "0x14",
  2125. "0x15",
  2126. "0x00",
  2127. "0x01",
  2128. "0x64"
  2129. ]
  2130. },
  2131. {
  2132. "Name": "Transition Spring-Coro",
  2133. "ID": "02",
  2134. "SpawnPoints": [
  2135. "0x00"
  2136. ]
  2137. },
  2138. {
  2139. "Name": "Gate before Coro",
  2140. "ID": "03",
  2141. "SpawnPoints": [
  2142. "0x00",
  2143. "0x63",
  2144. "0x05"
  2145. ]
  2146. },
  2147. {
  2148. "Name": "Coro Area",
  2149. "ID": "04",
  2150. "SpawnPoints": [
  2151. "0x07",
  2152. "0x09",
  2153. "0x08",
  2154. "0x00",
  2155. "0x01",
  2156. "0x17",
  2157. "0x02",
  2158. "0x64"
  2159. ]
  2160. },
  2161. {
  2162. "Name": "Mist Area",
  2163. "ID": "05",
  2164. "SpawnPoints": [
  2165. "0x04",
  2166. "0x0A",
  2167. "0x00",
  2168. "0x01",
  2169. "0x02",
  2170. "0x03",
  2171. "0x18",
  2172. "0x19",
  2173. "0x06",
  2174. "0x62",
  2175. "0x07",
  2176. "0x32",
  2177. "0x3C",
  2178. "0x64"
  2179. ]
  2180. },
  2181. {
  2182. "Name": "North Faron",
  2183. "ID": "06",
  2184. "SpawnPoints": [
  2185. "0x01",
  2186. "0x00",
  2187. "0xFE",
  2188. "0x02",
  2189. "0x03",
  2190. "0x32",
  2191. "0x64",
  2192. "0x96",
  2193. "0x0A",
  2194. "0xC8"
  2195. ]
  2196. },
  2197. {
  2198. "Name": "Coro Shortcut to Mist",
  2199. "ID": "08",
  2200. "SpawnPoints": [
  2201. "0x00",
  2202. "0x01",
  2203. "0x02",
  2204. "0x03"
  2205. ]
  2206. },
  2207. {
  2208. "Name": "Transition Mist-North Faron",
  2209. "ID": "11",
  2210. "SpawnPoints": [
  2211. "0x00"
  2212. ]
  2213. },
  2214. {
  2215. "Name": "Small Key Cave",
  2216. "ID": "14",
  2217. "SpawnPoints": [
  2218. "0x00"
  2219. ]
  2220. }
  2221. ]
  2222. },
  2223. {
  2224. "Name": "Kakariko Village",
  2225. "ID": "F_SP109",
  2226. "Rooms": [
  2227. {
  2228. "Name": "Kakariko Village",
  2229. "ID": "00",
  2230. "SpawnPoints": [
  2231. "0x00",
  2232. "0x01",
  2233. "0x02",
  2234. "0x03",
  2235. "0x14",
  2236. "0x04",
  2237. "0x0E",
  2238. "0x06",
  2239. "0x08",
  2240. "0x07",
  2241. "0x09",
  2242. "0x0A",
  2243. "0x0B",
  2244. "0x15",
  2245. "0x16",
  2246. "0x17",
  2247. "0x0C",
  2248. "0x0D",
  2249. "0x1E",
  2250. "0x20",
  2251. "0x21",
  2252. "0x22",
  2253. "0x23",
  2254. "0x1F",
  2255. "0x05",
  2256. "0x28",
  2257. "0x29",
  2258. "0x2A",
  2259. "0x2B",
  2260. "0x2C",
  2261. "0x2D",
  2262. "0x2E",
  2263. "0x2F",
  2264. "0x30",
  2265. "0x31",
  2266. "0x32",
  2267. "0x33",
  2268. "0x3C",
  2269. "0x24",
  2270. "0x25",
  2271. "0x26",
  2272. "0x27",
  2273. "0x34",
  2274. "0x35",
  2275. "0x0F",
  2276. "0x36",
  2277. "0x37",
  2278. "0x38",
  2279. "0x39",
  2280. "0x3A",
  2281. "0x3B",
  2282. "0x3D",
  2283. "0x3E",
  2284. "0x3F",
  2285. "0x40",
  2286. "0x41",
  2287. "0x42",
  2288. "0x43",
  2289. "0x44",
  2290. "0x45",
  2291. "0x46",
  2292. "0x18",
  2293. "0x10",
  2294. "0x11",
  2295. "0x12",
  2296. "0x13",
  2297. "0x64",
  2298. "0x47",
  2299. "0x65",
  2300. "0x19"
  2301. ]
  2302. }
  2303. ]
  2304. },
  2305. {
  2306. "Name": "Death Mountain",
  2307. "ID": "F_SP110",
  2308. "Rooms": [
  2309. {
  2310. "Name": "Entrance",
  2311. "ID": "00",
  2312. "SpawnPoints": [
  2313. "0x00",
  2314. "0xC8",
  2315. "0x64",
  2316. "0x02",
  2317. "0x01"
  2318. ]
  2319. },
  2320. {
  2321. "Name": "Entrance-Mountain Transition 1",
  2322. "ID": "01",
  2323. "SpawnPoints": [
  2324. "0x00"
  2325. ]
  2326. },
  2327. {
  2328. "Name": "Entrance-Mountain Transition 2",
  2329. "ID": "02",
  2330. "SpawnPoints": [
  2331. "0x00"
  2332. ]
  2333. },
  2334. {
  2335. "Name": "Mountain",
  2336. "ID": "03",
  2337. "SpawnPoints": [
  2338. "0x00",
  2339. "0x01",
  2340. "0x02",
  2341. "0x03",
  2342. "0x04",
  2343. "0x05",
  2344. "0x06"
  2345. ]
  2346. }
  2347. ]
  2348. },
  2349. {
  2350. "Name": "Kakariko Graveyard",
  2351. "ID": "F_SP111",
  2352. "Rooms": [
  2353. {
  2354. "Name": "Kakariko Graveyard",
  2355. "ID": "00",
  2356. "SpawnPoints": [
  2357. "0x00",
  2358. "0x01",
  2359. "0x02",
  2360. "0x03",
  2361. "0x04",
  2362. "0x05",
  2363. "0x06",
  2364. "0x6F"
  2365. ]
  2366. }
  2367. ]
  2368. },
  2369. {
  2370. "Name": "Zoras River",
  2371. "ID": "F_SP112",
  2372. "Rooms": [
  2373. {
  2374. "Name": "Zoras River",
  2375. "ID": "01",
  2376. "SpawnPoints": [
  2377. "0x01",
  2378. "0x0B",
  2379. "0x02",
  2380. "0x0F",
  2381. "0x04",
  2382. "0x05",
  2383. "0x0A",
  2384. "0x06",
  2385. "0x00",
  2386. "0x0C",
  2387. "0x0D",
  2388. "0x0E",
  2389. "0x10",
  2390. "0x11",
  2391. "0x03",
  2392. "0x07"
  2393. ]
  2394. }
  2395. ]
  2396. },
  2397. {
  2398. "Name": "Zoras Domain",
  2399. "ID": "F_SP113",
  2400. "Rooms": [
  2401. {
  2402. "Name": "Inside",
  2403. "ID": "00",
  2404. "SpawnPoints": [
  2405. "0x00",
  2406. "0x01",
  2407. "0x03",
  2408. "0x04",
  2409. "0x05",
  2410. "0xFE",
  2411. "0x32",
  2412. "0x07",
  2413. "0x61",
  2414. "0x08",
  2415. "0x63",
  2416. "0x0A"
  2417. ]
  2418. },
  2419. {
  2420. "Name": "Outside",
  2421. "ID": "01",
  2422. "SpawnPoints": [
  2423. "0x09",
  2424. "0x05",
  2425. "0x01",
  2426. "0x06",
  2427. "0x07",
  2428. "0x03",
  2429. "0x00",
  2430. "0x04",
  2431. "0x64",
  2432. "0x08",
  2433. "0x0A",
  2434. "0x0B",
  2435. "0x62",
  2436. "0x0C",
  2437. "0x0D",
  2438. "0x0E",
  2439. "0x14",
  2440. "0x65",
  2441. "0x0F",
  2442. "0x1E",
  2443. "0x22"
  2444. ]
  2445. }
  2446. ]
  2447. },
  2448. {
  2449. "Name": "Snowpeak",
  2450. "ID": "F_SP114",
  2451. "Rooms": [
  2452. {
  2453. "Name": "First Half",
  2454. "ID": "00",
  2455. "SpawnPoints": [
  2456. "0x00",
  2457. "0x04",
  2458. "0x07",
  2459. "0x0F",
  2460. "0x0E",
  2461. "0x0D",
  2462. "0x64",
  2463. "0x05",
  2464. "0x01",
  2465. "0x02",
  2466. "0x06",
  2467. "0x0A"
  2468. ]
  2469. },
  2470. {
  2471. "Name": "Second Half",
  2472. "ID": "01",
  2473. "SpawnPoints": [
  2474. "0x01",
  2475. "0x02",
  2476. "0x03",
  2477. "0x05",
  2478. "0x06",
  2479. "0x09",
  2480. "0x0A",
  2481. "0x0B",
  2482. "0x14",
  2483. "0x0C",
  2484. "0x15",
  2485. "0x0D",
  2486. "0x16",
  2487. "0x64"
  2488. ]
  2489. },
  2490. {
  2491. "Name": "Transition Cave",
  2492. "ID": "02",
  2493. "SpawnPoints": [
  2494. "0x08",
  2495. "0x0C",
  2496. "0x0D"
  2497. ]
  2498. }
  2499. ]
  2500. },
  2501. {
  2502. "Name": "Lake Hylia",
  2503. "ID": "F_SP115",
  2504. "Rooms": [
  2505. {
  2506. "Name": "Lake",
  2507. "ID": "00",
  2508. "SpawnPoints": [
  2509. "0x00",
  2510. "0x01",
  2511. "0x02",
  2512. "0x03",
  2513. "0x05",
  2514. "0x07",
  2515. "0xFE",
  2516. "0x0A",
  2517. "0x0B",
  2518. "0x06",
  2519. "0x0C",
  2520. "0x0D",
  2521. "0x0E",
  2522. "0x08",
  2523. "0x0F",
  2524. "0x64",
  2525. "0x32",
  2526. "0x21",
  2527. "0x09",
  2528. "0x10",
  2529. "0x14",
  2530. "0x46",
  2531. "0x19",
  2532. "0x28",
  2533. "0x65",
  2534. "0x96",
  2535. "0x37",
  2536. "0x4D",
  2537. "0x4E",
  2538. "0x1D",
  2539. "0x1E",
  2540. "0x1F",
  2541. "0x20",
  2542. "0x85",
  2543. "0x04",
  2544. "0x86",
  2545. "0x11",
  2546. "0xC8",
  2547. "0x22",
  2548. "0x63",
  2549. "0x4C",
  2550. "0x4B"
  2551. ]
  2552. },
  2553. {
  2554. "Name": "Fountain",
  2555. "ID": "01",
  2556. "SpawnPoints": [
  2557. "0x01",
  2558. "0x00",
  2559. "0x14",
  2560. "0x15",
  2561. "0x16",
  2562. "0x17",
  2563. "0x64"
  2564. ]
  2565. }
  2566. ]
  2567. },
  2568. {
  2569. "Name": "Castle Town",
  2570. "ID": "F_SP116",
  2571. "Rooms": [
  2572. {
  2573. "Name": "Central",
  2574. "ID": "00",
  2575. "SpawnPoints": [
  2576. "0x63",
  2577. "0x0B",
  2578. "0x03",
  2579. "0x04",
  2580. "0x05",
  2581. "0x06",
  2582. "0x14",
  2583. "0x00",
  2584. "0x0C",
  2585. "0x0D",
  2586. "0x0E",
  2587. "0x0F",
  2588. "0x10",
  2589. "0x64",
  2590. "0x32"
  2591. ]
  2592. },
  2593. {
  2594. "Name": "North",
  2595. "ID": "01",
  2596. "SpawnPoints": [
  2597. "0x00",
  2598. "0x01",
  2599. "0x1E",
  2600. "0x6F",
  2601. "0x64",
  2602. "0x32",
  2603. "0x28"
  2604. ]
  2605. },
  2606. {
  2607. "Name": "West",
  2608. "ID": "02",
  2609. "SpawnPoints": [
  2610. "0x02",
  2611. "0x00",
  2612. "0x01",
  2613. "0x03",
  2614. "0x04"
  2615. ]
  2616. },
  2617. {
  2618. "Name": "South",
  2619. "ID": "03",
  2620. "SpawnPoints": [
  2621. "0x02",
  2622. "0x00",
  2623. "0x03",
  2624. "0x01",
  2625. "0x04",
  2626. "0x05",
  2627. "0x07",
  2628. "0x08",
  2629. "0x09",
  2630. "0x1E",
  2631. "0x0A",
  2632. "0x0C",
  2633. "0x0D"
  2634. ]
  2635. },
  2636. {
  2637. "Name": "East",
  2638. "ID": "04",
  2639. "SpawnPoints": [
  2640. "0x02",
  2641. "0x00",
  2642. "0x03",
  2643. "0x04",
  2644. "0x05",
  2645. "0x06"
  2646. ]
  2647. }
  2648. ]
  2649. },
  2650. {
  2651. "Name": "Sacred Grove",
  2652. "ID": "F_SP117",
  2653. "Rooms": [
  2654. {
  2655. "Name": "Master Sword",
  2656. "ID": "01",
  2657. "SpawnPoints": [
  2658. "0x01",
  2659. "0xFE",
  2660. "0x05",
  2661. "0x06",
  2662. "0x14",
  2663. "0x15",
  2664. "0x03",
  2665. "0x63",
  2666. "0x0A",
  2667. "0x96",
  2668. "0x64",
  2669. "0x66",
  2670. "0x04",
  2671. "0x32",
  2672. "0x33",
  2673. "0xC8"
  2674. ]
  2675. },
  2676. {
  2677. "Name": "Temple of Time",
  2678. "ID": "02",
  2679. "SpawnPoints": [
  2680. "0x00",
  2681. "0x01",
  2682. "0x65",
  2683. "0x03",
  2684. "0x66",
  2685. "0x34"
  2686. ]
  2687. },
  2688. {
  2689. "Name": "Lost Woods",
  2690. "ID": "03",
  2691. "SpawnPoints": [
  2692. "0x00",
  2693. "0x01",
  2694. "0x02",
  2695. "0x03",
  2696. "0x04",
  2697. "0x05",
  2698. "0x06"
  2699. ]
  2700. }
  2701. ]
  2702. },
  2703. {
  2704. "Name": "Bublin Camp",
  2705. "ID": "F_SP118",
  2706. "Rooms": [
  2707. {
  2708. "Name": "Camp Geometry (dont use!)",
  2709. "ID": "00",
  2710. "SpawnPoints": []
  2711. },
  2712. {
  2713. "Name": "Main Camp",
  2714. "ID": "01",
  2715. "SpawnPoints": [
  2716. "0x00",
  2717. "0x01",
  2718. "0x02",
  2719. "0x06"
  2720. ]
  2721. },
  2722. {
  2723. "Name": "Beta Camp",
  2724. "ID": "02",
  2725. "SpawnPoints": [
  2726. "0x00"
  2727. ]
  2728. },
  2729. {
  2730. "Name": "Before Arbiters Grounds",
  2731. "ID": "03",
  2732. "SpawnPoints": [
  2733. "0x00",
  2734. "0x02",
  2735. "0x03",
  2736. "0x04",
  2737. "0x05",
  2738. "0x07"
  2739. ]
  2740. }
  2741. ]
  2742. },
  2743. {
  2744. "Name": "Hyrule Field",
  2745. "ID": "F_SP121",
  2746. "Rooms": [
  2747. {
  2748. "Name": "Eldin Main Field",
  2749. "ID": "00",
  2750. "SpawnPoints": [
  2751. "0x00",
  2752. "0x01",
  2753. "0x02",
  2754. "0x03",
  2755. "0x04",
  2756. "0x05",
  2757. "0x32",
  2758. "0x06",
  2759. "0x07",
  2760. "0x08",
  2761. "0x09",
  2762. "0x0A",
  2763. "0x0B",
  2764. "0x0C",
  2765. "0x0D",
  2766. "0x14",
  2767. "0x15",
  2768. "0x0E",
  2769. "0x0F",
  2770. "0x10",
  2771. "0x11",
  2772. "0x12"
  2773. ]
  2774. },
  2775. {
  2776. "Name": "Faron-Eldin Transition ",
  2777. "ID": "01",
  2778. "SpawnPoints": [
  2779. "0x00",
  2780. "0x14",
  2781. "0x15",
  2782. "0x16"
  2783. ]
  2784. },
  2785. {
  2786. "Name": "Eldin Entrance",
  2787. "ID": "02",
  2788. "SpawnPoints": [
  2789. "0x00",
  2790. "0x0A",
  2791. "0x14",
  2792. "0x01",
  2793. "0x1E"
  2794. ]
  2795. },
  2796. {
  2797. "Name": "Eldin Gorge",
  2798. "ID": "03",
  2799. "SpawnPoints": [
  2800. "0x01",
  2801. "0x63",
  2802. "0x02",
  2803. "0x0A",
  2804. "0x14",
  2805. "0x03",
  2806. "0x00",
  2807. "0x15",
  2808. "0x05",
  2809. "0x58",
  2810. "0x0F",
  2811. "0x04",
  2812. "0x0E",
  2813. "0x06",
  2814. "0x16",
  2815. "0x10",
  2816. "0x11"
  2817. ]
  2818. },
  2819. {
  2820. "Name": "Eldin Gorge-Main Transition 1",
  2821. "ID": "04",
  2822. "SpawnPoints": [
  2823. "0x00",
  2824. "0x01"
  2825. ]
  2826. },
  2827. {
  2828. "Name": "Eldin Gorge-Main Transition 2",
  2829. "ID": "05",
  2830. "SpawnPoints": [
  2831. "0x00"
  2832. ]
  2833. },
  2834. {
  2835. "Name": "Faron Main Field",
  2836. "ID": "06",
  2837. "SpawnPoints": [
  2838. "0x00",
  2839. "0x01",
  2840. "0x0A",
  2841. "0x15",
  2842. "0x0B",
  2843. "0x02",
  2844. "0x03",
  2845. "0x64",
  2846. "0x65",
  2847. "0x0C"
  2848. ]
  2849. },
  2850. {
  2851. "Name": "Eldin-Lanayru Transition",
  2852. "ID": "07",
  2853. "SpawnPoints": [
  2854. "0x00",
  2855. "0x16",
  2856. "0x06",
  2857. "0x01",
  2858. "0x02",
  2859. "0x0E"
  2860. ]
  2861. },
  2862. {
  2863. "Name": "Lanayru Entrance",
  2864. "ID": "09",
  2865. "SpawnPoints": [
  2866. "0x00",
  2867. "0x01",
  2868. "0x0A",
  2869. "0x02"
  2870. ]
  2871. },
  2872. {
  2873. "Name": "Lanayru Main Field",
  2874. "ID": "10",
  2875. "SpawnPoints": [
  2876. "0x00",
  2877. "0x01",
  2878. "0x02",
  2879. "0x03",
  2880. "0x04",
  2881. "0x14",
  2882. "0x15",
  2883. "0x16",
  2884. "0x05",
  2885. "0x17",
  2886. "0x0F",
  2887. "0x06",
  2888. "0x07",
  2889. "0x08",
  2890. "0x0E",
  2891. "0x10"
  2892. ]
  2893. },
  2894. {
  2895. "Name": "Lanayru Main-Bridge Transition 1",
  2896. "ID": "11",
  2897. "SpawnPoints": [
  2898. "0x00",
  2899. "0x01"
  2900. ]
  2901. },
  2902. {
  2903. "Name": "Lanayru Main-Bridge Transition 2",
  2904. "ID": "12",
  2905. "SpawnPoints": [
  2906. "0x00",
  2907. "0x01",
  2908. "0x02",
  2909. "0x15",
  2910. "0x14",
  2911. "0x03"
  2912. ]
  2913. },
  2914. {
  2915. "Name": "Lanayru Lake Hylia Bridge",
  2916. "ID": "13",
  2917. "SpawnPoints": [
  2918. "0x00",
  2919. "0x01",
  2920. "0x63",
  2921. "0x02",
  2922. "0x14",
  2923. "0x62",
  2924. "0x15",
  2925. "0x16",
  2926. "0x17",
  2927. "0x03",
  2928. "0x04",
  2929. "0x0E"
  2930. ]
  2931. },
  2932. {
  2933. "Name": "Faron-Lanayru Transition",
  2934. "ID": "14",
  2935. "SpawnPoints": [
  2936. "0x00",
  2937. "0x01"
  2938. ]
  2939. },
  2940. {
  2941. "Name": "Faron-Lanayru Gate",
  2942. "ID": "15",
  2943. "SpawnPoints": [
  2944. "0x00",
  2945. "0x63",
  2946. "0x14",
  2947. "0x15",
  2948. "0x16"
  2949. ]
  2950. }
  2951. ]
  2952. },
  2953. {
  2954. "Name": "Outside Castle Town",
  2955. "ID": "F_SP122",
  2956. "Rooms": [
  2957. {
  2958. "Name": "West Field",
  2959. "ID": "08",
  2960. "SpawnPoints": [
  2961. "0x00",
  2962. "0x01",
  2963. "0x02",
  2964. "0xFE",
  2965. "0x03",
  2966. "0x04",
  2967. "0x64",
  2968. "0x65",
  2969. "0x6F",
  2970. "0x05",
  2971. "0x06",
  2972. "0x07",
  2973. "0xC8",
  2974. "0x4C"
  2975. ]
  2976. },
  2977. {
  2978. "Name": "South Field",
  2979. "ID": "16",
  2980. "SpawnPoints": [
  2981. "0x00",
  2982. "0x01",
  2983. "0x02",
  2984. "0x6F",
  2985. "0x03",
  2986. "0x04"
  2987. ]
  2988. },
  2989. {
  2990. "Name": "East Field",
  2991. "ID": "17",
  2992. "SpawnPoints": [
  2993. "0x00",
  2994. "0x01",
  2995. "0x04"
  2996. ]
  2997. }
  2998. ]
  2999. },
  3000. {
  3001. "Name": "Bublin 2",
  3002. "ID": "F_SP123",
  3003. "Rooms": [
  3004. {
  3005. "Name": "Bublin 2",
  3006. "ID": "13",
  3007. "SpawnPoints": [
  3008. "0x00"
  3009. ]
  3010. }
  3011. ]
  3012. },
  3013. {
  3014. "Name": "Gerudo Desert",
  3015. "ID": "F_SP124",
  3016. "Rooms": [
  3017. {
  3018. "Name": "Gerudo Desert",
  3019. "ID": "00",
  3020. "SpawnPoints": [
  3021. "0x00",
  3022. "0x01",
  3023. "0x02",
  3024. "0x03",
  3025. "0x04",
  3026. "0x05",
  3027. "0x06",
  3028. "0x07",
  3029. "0x08",
  3030. "0x09",
  3031. "0x0A",
  3032. "0x0B",
  3033. "0x0C",
  3034. "0x32",
  3035. "0x33",
  3036. "0x34",
  3037. "0x35",
  3038. "0x6F"
  3039. ]
  3040. }
  3041. ]
  3042. },
  3043. {
  3044. "Name": "Mirror Chamber",
  3045. "ID": "F_SP125",
  3046. "Rooms": [
  3047. {
  3048. "Name": "Mirror Chamber",
  3049. "ID": "04",
  3050. "SpawnPoints": [
  3051. "0x00",
  3052. "0x01",
  3053. "0x33",
  3054. "0x34",
  3055. "0x36",
  3056. "0x37",
  3057. "0x02",
  3058. "0x03",
  3059. "0x04",
  3060. "0x38",
  3061. "0x39",
  3062. "0x05",
  3063. "0x3A",
  3064. "0x07",
  3065. "0x06",
  3066. "0x08"
  3067. ]
  3068. }
  3069. ]
  3070. },
  3071. {
  3072. "Name": "Upper Zoras River",
  3073. "ID": "F_SP126",
  3074. "Rooms": [
  3075. {
  3076. "Name": "Upper Zoras River",
  3077. "ID": "00",
  3078. "SpawnPoints": [
  3079. "0x63",
  3080. "0x01",
  3081. "0x02",
  3082. "0x03",
  3083. "0x64",
  3084. "0x05",
  3085. "0x06",
  3086. "0x07",
  3087. "0x08",
  3088. "0x09",
  3089. "0x00",
  3090. "0x04",
  3091. "0x65",
  3092. "0x0A",
  3093. "0xC8",
  3094. "0x0B"
  3095. ]
  3096. }
  3097. ]
  3098. },
  3099. {
  3100. "Name": "Fishing Pond",
  3101. "ID": "F_SP127",
  3102. "Rooms": [
  3103. {
  3104. "Name": "Fishing Pond",
  3105. "ID": "00",
  3106. "SpawnPoints": [
  3107. "0x00",
  3108. "0x01",
  3109. "0x02",
  3110. "0x03",
  3111. "0x04",
  3112. "0x05",
  3113. "0x64"
  3114. ]
  3115. }
  3116. ]
  3117. },
  3118. {
  3119. "Name": "Hidden Village",
  3120. "ID": "F_SP128",
  3121. "Rooms": [
  3122. {
  3123. "Name": "Hidden Village",
  3124. "ID": "00",
  3125. "SpawnPoints": [
  3126. "0x00",
  3127. "0x01",
  3128. "0x02",
  3129. "0x64",
  3130. "0x03",
  3131. "0x04",
  3132. "0x05"
  3133. ]
  3134. }
  3135. ]
  3136. },
  3137. {
  3138. "Name": "Hidden Skill",
  3139. "ID": "F_SP200",
  3140. "Rooms": [
  3141. {
  3142. "Name": "Hidden Skill",
  3143. "ID": "00",
  3144. "SpawnPoints": [
  3145. "0x02",
  3146. "0x01",
  3147. "0x03",
  3148. "0x04",
  3149. "0x05",
  3150. "0x06",
  3151. "0x07",
  3152. "0x00"
  3153. ]
  3154. }
  3155. ]
  3156. },
  3157. {
  3158. "Name": "Ordon Village",
  3159. "ID": "R_SP01",
  3160. "Rooms": [
  3161. {
  3162. "Name": "Bo House",
  3163. "ID": "00",
  3164. "SpawnPoints": [
  3165. "0x00",
  3166. "0x01",
  3167. "0x02",
  3168. "0x03"
  3169. ]
  3170. },
  3171. {
  3172. "Name": "Shop House",
  3173. "ID": "01",
  3174. "SpawnPoints": [
  3175. "0x00"
  3176. ]
  3177. },
  3178. {
  3179. "Name": "Shield House",
  3180. "ID": "02",
  3181. "SpawnPoints": [
  3182. "0x00",
  3183. "0x01",
  3184. "0x02",
  3185. "0x03"
  3186. ]
  3187. },
  3188. {
  3189. "Name": "Links House",
  3190. "ID": "04",
  3191. "SpawnPoints": [
  3192. "0x00",
  3193. "0x01",
  3194. "0x02",
  3195. "0x03",
  3196. "0x04"
  3197. ]
  3198. },
  3199. {
  3200. "Name": "Sword House",
  3201. "ID": "05",
  3202. "SpawnPoints": [
  3203. "0x01",
  3204. "0x00",
  3205. "0x02"
  3206. ]
  3207. },
  3208. {
  3209. "Name": "Links House Storage",
  3210. "ID": "07",
  3211. "SpawnPoints": [
  3212. "0x00"
  3213. ]
  3214. }
  3215. ]
  3216. },
  3217. {
  3218. "Name": "Hyrule Castle Sewers",
  3219. "ID": "R_SP107",
  3220. "Rooms": [
  3221. {
  3222. "Name": "Prison",
  3223. "ID": "00",
  3224. "SpawnPoints": [
  3225. "0x00",
  3226. "0x01",
  3227. "0x02",
  3228. "0x15",
  3229. "0x16",
  3230. "0x17",
  3231. "0x18",
  3232. "0x03",
  3233. "0x19"
  3234. ]
  3235. },
  3236. {
  3237. "Name": "Sewers",
  3238. "ID": "01",
  3239. "SpawnPoints": [
  3240. "0x00",
  3241. "0x01",
  3242. "0x02",
  3243. "0x03",
  3244. "0x04",
  3245. "0x05",
  3246. "0x06",
  3247. "0x07"
  3248. ]
  3249. },
  3250. {
  3251. "Name": "Rooftops",
  3252. "ID": "02",
  3253. "SpawnPoints": [
  3254. "0x00",
  3255. "0x01",
  3256. "0x14",
  3257. "0x02",
  3258. "0x02"
  3259. ]
  3260. },
  3261. {
  3262. "Name": "Zeldas Tower",
  3263. "ID": "03",
  3264. "SpawnPoints": [
  3265. "0x00",
  3266. "0x14",
  3267. "0x15",
  3268. "0x01",
  3269. "0x16",
  3270. "0x18",
  3271. "0x17"
  3272. ]
  3273. }
  3274. ]
  3275. },
  3276. {
  3277. "Name": "Faron Woods",
  3278. "ID": "R_SP108",
  3279. "Rooms": [
  3280. {
  3281. "Name": "Coros House",
  3282. "ID": "00",
  3283. "SpawnPoints": [
  3284. "0x00",
  3285. "0x01"
  3286. ]
  3287. }
  3288. ]
  3289. },
  3290. {
  3291. "Name": "Kakariko Village",
  3292. "ID": "R_SP109",
  3293. "Rooms": [
  3294. {
  3295. "Name": "Renardos Sanctuary",
  3296. "ID": "00",
  3297. "SpawnPoints": [
  3298. "0x00",
  3299. "0x14",
  3300. "0x03",
  3301. "0x05",
  3302. "0x06",
  3303. "0x07",
  3304. "0x08",
  3305. "0x02",
  3306. "0x16",
  3307. "0x15",
  3308. "0x0A"
  3309. ]
  3310. },
  3311. {
  3312. "Name": "Barnes Shop",
  3313. "ID": "01",
  3314. "SpawnPoints": [
  3315. "0x00",
  3316. "0x01",
  3317. "0x02",
  3318. "0x03"
  3319. ]
  3320. },
  3321. {
  3322. "Name": "Hotel",
  3323. "ID": "02",
  3324. "SpawnPoints": [
  3325. "0x00",
  3326. "0x01",
  3327. "0x02",
  3328. "0x03"
  3329. ]
  3330. },
  3331. {
  3332. "Name": "Malos Shop",
  3333. "ID": "03",
  3334. "SpawnPoints": [
  3335. "0x00",
  3336. "0x01"
  3337. ]
  3338. },
  3339. {
  3340. "Name": "Top House",
  3341. "ID": "04",
  3342. "SpawnPoints": [
  3343. "0x00",
  3344. "0x01",
  3345. "0x02"
  3346. ]
  3347. },
  3348. {
  3349. "Name": "Bomb House",
  3350. "ID": "05",
  3351. "SpawnPoints": [
  3352. "0x00",
  3353. "0x01"
  3354. ]
  3355. },
  3356. {
  3357. "Name": "Bug House",
  3358. "ID": "06",
  3359. "SpawnPoints": [
  3360. "0x00",
  3361. "0x05",
  3362. "0x01"
  3363. ]
  3364. }
  3365. ]
  3366. },
  3367. {
  3368. "Name": "Death Mountain",
  3369. "ID": "R_SP110",
  3370. "Rooms": [
  3371. {
  3372. "Name": "Goron Elder Cave",
  3373. "ID": "00",
  3374. "SpawnPoints": [
  3375. "0x00",
  3376. "0x01",
  3377. "0x02",
  3378. "0x03",
  3379. "0x04",
  3380. "0x64"
  3381. ]
  3382. }
  3383. ]
  3384. },
  3385. {
  3386. "Name": "Telmas Bar",
  3387. "ID": "R_SP116",
  3388. "Rooms": [
  3389. {
  3390. "Name": "Telmas Bar",
  3391. "ID": "05",
  3392. "SpawnPoints": [
  3393. "0x00",
  3394. "0x01",
  3395. "0x02",
  3396. "0x03",
  3397. "0x14",
  3398. "0x04",
  3399. "0x1E",
  3400. "0x05",
  3401. "0x06"
  3402. ]
  3403. },
  3404. {
  3405. "Name": "Jovani-Sewers Transition",
  3406. "ID": "06",
  3407. "SpawnPoints": [
  3408. "0x0B",
  3409. "0x0A",
  3410. "0x14",
  3411. "0x15",
  3412. "0x0C"
  3413. ]
  3414. }
  3415. ]
  3416. },
  3417. {
  3418. "Name": "Fishing Pond",
  3419. "ID": "R_SP127",
  3420. "Rooms": [
  3421. {
  3422. "Name": "Henas House",
  3423. "ID": "00",
  3424. "SpawnPoints": [
  3425. "0x00",
  3426. "0x01"
  3427. ]
  3428. }
  3429. ]
  3430. },
  3431. {
  3432. "Name": "Hidden Village",
  3433. "ID": "R_SP128",
  3434. "Rooms": [
  3435. {
  3436. "Name": "Impaz House",
  3437. "ID": "00",
  3438. "SpawnPoints": [
  3439. "0x00"
  3440. ]
  3441. }
  3442. ]
  3443. },
  3444. {
  3445. "Name": "Castle Town",
  3446. "ID": "R_SP160",
  3447. "Rooms": [
  3448. {
  3449. "Name": "Malos Shop",
  3450. "ID": "00",
  3451. "SpawnPoints": [
  3452. "0x00",
  3453. "0x01",
  3454. "0x02"
  3455. ]
  3456. },
  3457. {
  3458. "Name": "Fortune Teller House",
  3459. "ID": "01",
  3460. "SpawnPoints": [
  3461. "0x00",
  3462. "0x01",
  3463. "0x02"
  3464. ]
  3465. },
  3466. {
  3467. "Name": "Doctor House",
  3468. "ID": "02",
  3469. "SpawnPoints": [
  3470. "0x00",
  3471. "0x01",
  3472. "0x02"
  3473. ]
  3474. },
  3475. {
  3476. "Name": "Agitha House",
  3477. "ID": "03",
  3478. "SpawnPoints": [
  3479. "0x01",
  3480. "0x02",
  3481. "0x00"
  3482. ]
  3483. },
  3484. {
  3485. "Name": "Goron Shops",
  3486. "ID": "04",
  3487. "SpawnPoints": [
  3488. "0x00",
  3489. "0x01",
  3490. "0x02"
  3491. ]
  3492. },
  3493. {
  3494. "Name": "Jovani House",
  3495. "ID": "05",
  3496. "SpawnPoints": [
  3497. "0x00",
  3498. "0x01",
  3499. "0x02",
  3500. "0x03",
  3501. "0x04"
  3502. ]
  3503. }
  3504. ]
  3505. },
  3506. {
  3507. "Name": "Star Game",
  3508. "ID": "R_SP161",
  3509. "Rooms": [
  3510. {
  3511. "Name": "Star Game",
  3512. "ID": "07",
  3513. "SpawnPoints": [
  3514. "0x00",
  3515. "0x01",
  3516. "0x02",
  3517. "0x03",
  3518. "0x04"
  3519. ]
  3520. }
  3521. ]
  3522. },
  3523. {
  3524. "Name": "Kakariko Graveyard",
  3525. "ID": "R_SP209",
  3526. "Rooms": [
  3527. {
  3528. "Name": "Sanctuary Cave (Sky Cannon)",
  3529. "ID": "07",
  3530. "SpawnPoints": [
  3531. "0x01",
  3532. "0x00",
  3533. "0x02"
  3534. ]
  3535. }
  3536. ]
  3537. },
  3538. {
  3539. "Name": "Light Arrows Cutscene",
  3540. "ID": "R_SP300",
  3541. "Rooms": [
  3542. {
  3543. "Name": "Light Arrows Cutscene",
  3544. "ID": "00",
  3545. "SpawnPoints": [
  3546. "0x00",
  3547. "0x14",
  3548. "0x78"
  3549. ]
  3550. }
  3551. ]
  3552. },
  3553. {
  3554. "Name": "Hyrule Castle Cutscenes",
  3555. "ID": "R_SP301",
  3556. "Rooms": [
  3557. {
  3558. "Name": "Hyrule Castle Cutscenes",
  3559. "ID": "00",
  3560. "SpawnPoints": [
  3561. "0x00",
  3562. "0x14",
  3563. "0x64"
  3564. ]
  3565. }
  3566. ]
  3567. },
  3568. {
  3569. "Name": "Title Screen Trailer Theatre",
  3570. "ID": "S_MV000",
  3571. "Rooms": [
  3572. {
  3573. "Name": "Title Screen Trailer Theatre",
  3574. "ID": "00",
  3575. "SpawnPoints": [
  3576. "0x00",
  3577. "0x01"
  3578. ]
  3579. }
  3580. ]
  3581. }
  3582. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement