Advertisement
LilPinkus

heart despawn

Jun 24th, 2019
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. Full guide to despawning heart
  2.  
  3.  
  4. Light World, With menu
  5. ----------------------
  6. 1. Lantern 3 times in any direction
  7. 2. Put 6 arrows into the wall (you have some time)
  8. 3. Use 2 Lamp charges right before grabbing Heart Container
  9.  
  10. What happens:
  11. - $3C4 = 2, Slots = [Flame, Flame, WallArrow, WallArrow, WallArrow]
  12. 1. AddAncilla: $22 (ReceivedItem)
  13. - No open slots 0-4
  14. - Replace search fails, 3C4 set to 0
  15. 2. AddAncilla: $29 (Pendant/Crystal)
  16. - No open slots 0-4
  17. - Replace search sets 3C4 back up to 4, then finds arrow & replaces it
  18.  
  19.  
  20. Light World, No menu, No Master Sword
  21. -------------------------------------
  22. 1. You need to have exactly 2 bombs.
  23. 2. Drop 2 bombs (menu changes to Lamp)
  24. 3. Spam Lamp 3 times before grabbing Heart Container
  25.  
  26. What happens:
  27. - $3C4 = ?, Slots = [Bomb, Bomb, Flame, Flame, Flame]
  28. 1. AddAncilla: $22 (ReceivedItem)
  29. - No open slots 0-4
  30. - Replace search fails
  31. 2. AddAncilla: $29 (Pendant/Crystal)
  32. - No open slots 0-4
  33. - Replace search fails
  34.  
  35.  
  36. Dark World, No Somaria, Method 1
  37. --------------------------------
  38. 1. Lamp 3 times in any direction
  39. 2. Have full hp & switch to Arrows before boss dies
  40. 3. Shoot 6 arrows into the wall
  41. 4. Shoot out beams
  42. 5. Tap A to kick up dust
  43. 6. Collect Heart Container while both Beams and BootsDust is on screen
  44.  
  45. What happens:
  46. - $3C4 = 2, Slots = [BootsDust, Beams, WallArrow, WallArrow, WallArrow]
  47. 1. AddAncilla: $22 (ReceivedItem)
  48. - No open slots 0-4
  49. - Replace search fails, 3C4 set to 0
  50. 2. AddAncilla: $29 (Pendant/Crystal)
  51. - No open slots 0-4
  52. - Replace search sets 3C4 back up to 4, then finds arrow & replaces it
  53.  
  54.  
  55. Dark World, No Somaria, Method 2
  56. ----------------------------------
  57. 1. You need to have exactly 2 bombs.
  58. 2. Drop 2 bombs (menu changes to Lamp)
  59. 3. Spam Lamp 2 times
  60. 4. Dash buffer (A + dpad same frame) into the Heart Container.
  61. You need to do at least a couple dash buffers (dust must already be on screen the frame before collecting it)
  62.  
  63. What happens:
  64. - $3C4 = ?, Slots = [Bomb, Bomb, BootsDust, Flame, Flame]
  65. 1. AddAncilla: $22 (ReceivedItem)
  66. - No open slots 0-4
  67. - Replace search fails
  68. 2. Collision with the Heart Container
  69. - The game removes any BootsDust, slots are now [Bomb, Bomb, empty, Flame, Flame]
  70. 3. AddAncilla: $29 (Pendant/Crystal)
  71. - Open slot 2
  72.  
  73.  
  74. Dark World, With Somaria
  75. --------------------------------
  76. 1. Put Somaria in the middle of the screen
  77. 2. Get 1-3 tiles away from the Heart Container
  78. 3. Item Dash into the heart container, while all Somaria sparks are still on screen
  79.  
  80. What happens:
  81. - $3C4 = ?, Slots = [Spark, Spark, Spark, BootsDust, Spark]
  82. 1. AddAncilla: $22 (ReceivedItem)
  83. - No open slots 0-4
  84. - Replace search fails
  85. 2. Collision with the Heart Container
  86. - The game removes any BootsDust, slots are now [Spark, Spark, Spark, empty, Spark]
  87. 3. AddAncilla: $29 (Pendant/Crystal)
  88. - Open slot 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement