Advertisement
MrCheeze

lost woods save context heap manips

Jun 4th, 2020
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. NTSC 1.2 only
  2.  
  3. lost woods save context heap manips (no music fade)
  4.  
  5. 1.2 age address 8011AC84 fish ovl. alloc 80XX8F30 jump to 80XX9108 FOUND https://youtu.be/6yuuYMeUqr0
  6. 1.2 single magic address 8011ACB8 fish ovl. alloc 80XX8F60 jump to 80XX9140 FOUND https://youtu.be/0P4uGVqqg4Y
  7. 1.2 B/C button items address 8011ACE8 fish ovl. alloc 80XX8F90 jump to 80XX9170 NOT FOUND (but not needed)
  8. 1.2 inv. stick-ocarina address 8011ACF4/8 fish ovl. alloc 80XX8FA0 jump to 80XX9178/80 NOT FOUND (but not needed)
  9. 1.2 inv. light-trade address 8011AD04/8 fish ovl. alloc 80XX8FB0 jump to 80XX9188/90 FOUND https://youtu.be/WKcPAKLE60Q
  10. 1.2 quest status address 8011AD24 fish ovl. alloc 80XX8FD0 jump to 80XX91A8 FOUND https://youtu.be/eldzc3cmQ3s
  11. 1.2 stored FW address 8011BAF8 fish ovl. alloc 80XX9DA0 jump to 80XX9F80 FOUND https://youtu.be/PX5xlIFkJEA
  12.  
  13. lost woods save context heap manips (with music fade from having zelda's lullaby but not saria's song)
  14.  
  15. 1.2 age address 8011AC84 fish ovl. alloc 80XX8F30 jump to 80XX9108 NOT FOUND
  16. 1.2 single magic address 8011ACB8 fish ovl. alloc 80XX8F60 jump to 80XX9140 NOT FOUND
  17. 1.2 B/C button items address 8011ACE8 fish ovl. alloc 80XX8F90 jump to 80XX9170 NOT FOUND
  18. 1.2 inv. stick-ocarina address 8011ACF4/8 fish ovl. alloc 80XX8FA0 jump to 80XX9178/80 https://youtu.be/6d-gnJar2a0
  19. 1.2 inv. light-trade address 8011AD04/8 fish ovl. alloc 80XX8FB0 jump to 80XX9188/90 NOT FOUND
  20. 1.2 quest status address 8011AD24 fish ovl. alloc 80XX8FD0 jump to 80XX91A8 https://youtu.be/knyKkVaBpm8
  21. 1.2 stored FW address 8011BAF8 fish ovl. alloc 80XX9DA0 jump to 80XX9F80 NOT FOUND
  22.  
  23.  
  24.  
  25. Also, for reference, the fish code we jump into:
  26.  
  27. ovl_En_Fish.s
  28. 46528 sw a0, 0x0000($sp)
  29. 46529 lui $at, %hi(var_80A5CBC0) ## $at = 80A60000
  30. 46530: sw $zero, %lo(var_80A5CBC0)($at)
  31. 46531 lui $at, %hi(var_80A5CBC4) ## $at = 80A60000
  32. 46532: swc1 $f0, %lo(var_80A5CBC4)($at)
  33. 46533 lui $at, %hi(var_80A5CBC8) ## $at = 80A60000
  34. 46534: swc1 $f0, %lo(var_80A5CBC8)($at)
  35. 46535 jr $ra
  36. 46536 nop
  37.  
  38. See also:
  39. https://docs.google.com/spreadsheets/d/1SLJzamokLb7wDOaJh5x8DsxmMBy9oIYawyDN3dAWppw/edit
  40. https://pastebin.com/7U55j987
  41. https://pastebin.com/0nHvqgDM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement