MrCheeze

100% NSR 1.2 ACE Payload

Aug 18th, 2021 (edited)
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ----- asm -----
  2.  
  3. # setup registers
  4.  
  5. addiu a1, at, 0x09AD # 800009AD
  6. addiu a2, r0, 0x01D6
  7.  
  8. # setup debug menu when pausing
  9. lui $at, 0x8006
  10. sb a2, 0xC063($at)
  11.  
  12. # replace kokiri bridge cutscene with credits
  13. lui $at, 0x8010
  14. sb s1, 0xA768($at)
  15.  
  16. # memcopy over save context
  17. j 800576C0 # MemCopy
  18. addiu a0, sp, 0xB3C2 # 8011ACBA
  19.  
  20. ----- hex -----
  21.  
  22. 242509AD
  23. 240601D6
  24. 3C018006
  25. A026C063
  26. 3C018010
  27. A031A768
  28. 08015DB0
  29. 27A4B3C2
  30.  
  31. ----- characters -----
  32.  
  33. ひ ふ 9 C ひ 6 1 r ぉ 1 ラ 6 バ へ V コ ぉ 1 ラ き バ り プ ソ 8 1 エ F ほ ボ I X
  34.  
  35. (note: the へ is on the first page of japanese characters, not the second one)
Add Comment
Please, Sign In to add comment