Advertisement
Sonicshadowsilver2

KH2FM Joker Code Tutorial

Feb 21st, 2017
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. This is a tutorial for Jokering codes (this only
  2. works for codes in RAW format). A Joker is a
  3. code that can be triggered by pressing a button
  4. on the controller while entering a new area. This
  5. way, you do not need to have the code active
  6. constantly.
  7.  
  8. Joker Address
  9.  
  10. E0XXYYYY 0034D45C
  11. ????????? ?????????
  12.  
  13. XX The number of lines you want jokered
  14. YYYY The joker value (use the YYYY digits posted below)
  15. The ?'s represent the code you want jokered
  16.  
  17. The following digits determine which button(s) the
  18. code will be assigned to:
  19.  
  20. Code:
  21.  
  22. YYYY Digits:
  23.  
  24. F7FF - R1
  25. FBFF - L1
  26. FDFF - R2
  27. FEFF - L2
  28. F3FF - R1 + L1
  29. F5FF - R1 + R2
  30. F6FF - R1 + L2
  31. F9FF - L1 + R2
  32. FAFF - L1 + L2
  33. FCFF - R2 + L2
  34. F7FD - L3 + R1
  35. FBFD - L3 + L1
  36. FDFD - L3 + R2
  37. FEFD - L3 + L2
  38. 7FFD - L3 + Square
  39. DFFD - L3 + Circle
  40. 77FF - R1 + Square
  41. D7FF - R1 + Circle
  42. 7BFF - L1 + Square
  43. DBFF - L1 + Circle
  44. 7DFF - R2 + Square
  45. DDFF - R2 + Circle
  46. 7EFF - L2 + Square
  47. DEFF - L2 + Circle
  48.  
  49. So to joker the following (fake) code:
  50.  
  51. 1030456D 00003125
  52. 1030456F 00000063
  53.  
  54. to the R1 button, you would do this:
  55.  
  56. E002F7FF 0035B55C
  57. 1030456D 00003125
  58. 1030456F 00000063
  59.  
  60. 02 is there because you want the next 2 lines of code jokered
  61. F7FF is the joker value for the R1 button
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement