Advertisement
GlitchesAndStuff

N64 Actor Heap Setup for B1 Chest SRM

Nov 22nd, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. HEART POSITION 0x1EB950
  2. CHEST POSITION 0x1EB960
  3.  
  4. - You must do the setup from a farore's wind warp into the room (or a voidout if you can find an OoB here.)
  5. - In the first room you must drop the following things:
  6. ------------------------------------------------------------------------------------
  7. - Drop a fish (this will leave a gap eventually which we will plug with the explosion of the chu)
  8. - Drop 2 chus
  9. (I reflect the nut here to hit the scrub)
  10. - Throw the rang
  11. - Drop Fish
  12. - Drop chu so it will hit fish (The explosion will fill the gap of the first fish)
  13. - Drop bugs the frame before the scrub wants to talk to you, which is also the frame before the chu wants to explode on the fish
  14.  
  15. Note that the bugs should spawn in just before the first fish despawns. That way, when the chu explodes it's the explosion that fills the gap previously occupied by the fish, not a bug.
  16. -------------------------------------------------------------------------------------
  17.  
  18. Here's what the heap should look like while you're talking to the scrub so that the heart spawns into the right spot:
  19. =====================================================================================
  20. ADDRESS, ACTOR, TYPE
  21. 0x1E2210 0x002E INSTANCE
  22. 0x1E23B0 0x002E INSTANCE
  23. 0x1E2550 0x0192 OVERLAY
  24. 0x1E3FB0 0x0192 INSTANCE
  25. 0x1E4230 0x0192 INSTANCE
  26. 0x1E44B0 0x0021 OVERLAY (Fish overlay)
  27. 0x1E65F0 0x0010 INSTANCE (Explosion, this position previously had a fish in it)
  28. 0x1E6870 0x00DA OVERLAY (Chu overlay)
  29. 0x1E7F40 0x00DA INSTANCE (Chu)
  30. 0x1E8150 0x00DA INSTANCE (Chu)
  31. 0x1E8360 0x0032 INSTANCE (Boomerang)
  32. 0x1E8580 0x0021 INSTANCE (Fish)
  33. 0x1E8800 0x00DA INSTANCE (Chu)
  34. 0x1E8A10 0x0020 OVERLAY (Bug overlay)
  35. 0x1EAF60 0x0020 INSTANCE (Bug)
  36. 0x1EB2B0 0x0020 INSTANCE (Bug)
  37. 0x1EB600 0x0020 INSTANCE (Bug)
  38. =====================================================================================
  39.  
  40. This should spawn the heart at 0x1EB950 which is exactly where it needs to be.
  41.  
  42. Next, you need to spawn the boomerang into the right position on the heap. This is less tricky, you just need to drop 1 chu, some bugs and some blue fire, then throw the boomerang. You only have 2 frames to throw the boomerang before the blue fire disappears though so you need to hurry.
  43.  
  44. Then, before leaving the room you must make sure you have 1 chu, 3 bugs and a full blue fire loaded. Since the first bugs and first blue fire go away pretty quick, I drop a second set of bugs and a second set of blue fire to replace them, before quickly exiting the door with a turn-around technique (USING A TRADE ITEM HERE WILL NOT WORK AS THE BLUE FIRE WILL HAVE TIME TO DESPAWN)
  45.  
  46. Please contact GlitchesAndStuff on discord if you want help!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement