Advertisement
tendog

couple WSR golf gecko codes

Mar 10th, 2018
1,747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. $Control P1 Golf Ball (Tendog's fix) [Mal1t1a]
  2. 2086E024 00001002
  3. 82210000 00CFB9A0
  4. 86900000 3F800000
  5. 84210000 00CFB9A0
  6. E0000000 80008000
  7. 2086E024 00001001
  8. 82210000 00CFB9A0
  9. 86900000 BF800000
  10. 84210000 00CFB9A0
  11. E0000000 80008000
  12. 2086E024 00001008
  13. 82210000 00CFB9A4
  14. 86900000 3F800000
  15. 84210000 00CFB9A4
  16. E0000000 80008000
  17. 2086E024 00001004
  18. 82210000 00CFB9A4
  19. 86900000 BF800000
  20. 84210000 00CFB9A4
  21. E0000000 80008000
  22. 2086E024 00001400
  23. 82210000 00CFB9A8
  24. 86900000 3F800000
  25. 84210000 00CFB9A8
  26. E0000000 80008000
  27. 2086E024 00001800
  28. 82210000 00CFB9A8
  29. 86900000 BF800000
  30. 84210000 00CFB9A8
  31. E0000000 80008000
  32. *Controls:
  33. *Minus and Up=Move-Up
  34. *Minus and Down=Move-Down
  35. *Minus and Right=Move-Right
  36. *Minus and Left=Move-Left
  37. *Minus and A=Move-Forward
  38. *Minus and B=Move-Backwards
  39. *This is an easier to use version of Mal1t1a's code, where you will only move the ball's position if you are holding minus and the appropriate button.
  40. $Always get a hole in One (Golf) [Mal1t1a]
  41. 4a000000 80000000
  42. 14D03F89 00000001
  43. $Golf Wind Speed [Tendog]
  44. 00CFAFE3 000000XX
  45. *Whatever hexadecimal value XX you plug in will be doubled.
  46. $Frisbee Wind Speed [Tendog]
  47. 00CFAF87 000000FF
  48. *Whatever hexadecimal value XX you plug in will be doubled.
  49.  
  50. PAL versions
  51.  
  52. $Golf Wind Speed [Tendog]
  53. 00CFB6E3 000000XX
  54. *XX = hexidecimal value.
  55. $Frisbee Wind Speed [Tendog]
  56. 00CFB687 000000XX
  57. *XX = hexidecimal value.
  58.  
  59. JP versions
  60.  
  61. $Golf Wind Speed [Tendog]
  62. 00CFB7E3 000000XX
  63. *XX = hexidecimal value.
  64. $Frisbee Wind Speed [Tendog]
  65. 00CFB787 000000XX
  66. *XX = hexidecimal value.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement