Advertisement
MrCheeze

MM Variable Glitched Entrance Values

Sep 23rd, 2020
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. In Ocarina of Time, there are certain glitched entrance values that point at variable RAM to determine what scene you spawn in - specifically Link's angle.
  2. This makes it so that every time you die, void, return to FW, etc., you can manipulate where you spawn based on your current angle.
  3.  
  4. I did a search to see whether MM has any glitched entrance values that behave similarly. The answer is sadly no, but there ARE certain entrance values that point at variable RAM.
  5. The catch is that these RAM values aren't manipulable, they seem to have a (different) constant value in each scene. So there is *probably* not any practical use for this.
  6.  
  7. J 1.0 and J 1.1:
  8. Entrance Value / Address the z_EntranceRecord is read from
  9. DD10 806B0003
  10. DD11 806B0007
  11. DD12 806B000B
  12. DD13 806B000F
  13. DD14 806B0013
  14. DD15 806B0017
  15. DD16 806B001B
  16. DD17 806B001F
  17. DD18 806B0023
  18. DD19 806B0027
  19. DD1A 806B002B
  20. DD1B 806B002F
  21. DD1C 806B0033
  22. DD1D 806B0037
  23. DD1E 806B003B
  24. DD1F 806B003F
  25. E350 80680003
  26. E351 80680007
  27. E352 8068000B
  28. E353 8068000F
  29. E354 80680013
  30. E355 80680017
  31. E356 8068001B
  32. E357 8068001F
  33. E358 80680023
  34. E359 80680027
  35. E35A 8068002B
  36. E35B 8068002F
  37. E35C 80680033
  38. E35D 80680037
  39. E35E 8068003B
  40. E35F 8068003F
  41. E4E0 80680003
  42. E4E1 80680007
  43. E4E2 8068000B
  44. E4E3 8068000F
  45. E4E4 80680013
  46. E4E5 80680017
  47. E4E6 8068001B
  48. E4E7 8068001F
  49. E4E8 80680023
  50. E4E9 80680027
  51. E4EA 8068002B
  52. E4EB 8068002F
  53. E4EC 80680033
  54. E4ED 80680037
  55. E4EE 8068003B
  56. E4EF 8068003F
  57.  
  58. All other versions:
  59. Entrance Value / Address the z_EntranceRecord is read from
  60. E840 806E0001
  61. E841 806E0005
  62. E842 806E0009
  63. E843 806E000D
  64. E844 806E0011
  65. E845 806E0015
  66. E846 806E0019
  67. E847 806E001D
  68. E848 806E0021
  69. E849 806E0025
  70. E84A 806E0029
  71. E84B 806E002D
  72. E84C 806E0031
  73. E84D 806E0035
  74. E84E 806E0039
  75. E84F 806E003D
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement