Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. !A Link to the Past movement!
  2.  
  3. Wobbling up is done by holding up and pressing down every second frame.
  4. Wobbling left is done by holding left and pressing right every second frame.
  5.  
  6. WALKING
  7.  
  8. On normal ground:
  9.  
  10. Up: 2-1-2-1 repeat Wobbling up: 2-2-2-2 repeat
  11. Left: 2-1-2-1 repeat Wobbling left: 2-2-2-2 repeat
  12. DOwn: 1-2-1-2 repeat Wobbling down: *
  13. Right: 1-2-1-2 repeat Wobbling right: *
  14.  
  15. All diagonal movements on normal ground is 1 pixel each direction/frame.
  16.  
  17.  
  18.  
  19. In grass/water/carrying things:
  20.  
  21. Up: 2-1-1-1 repeat Wobbling up: 2-2-2-2 repeat
  22. Left: 2-1-1-1 repeat Wobbling left: 2-2-2-2 repeat
  23. Down: 1-1-1-2 repeat Wobbling down: *
  24. Right: 1-1-1-2 repeat Wobbling right: *
  25.  
  26. Diagonal Movement in grass/water/carrying things. Always one pixel when walking.
  27.  
  28. Upleft: Upright: Downleft: Downright:
  29. 5 frames up+left 1 frame up 1 frame left No movement
  30. No movement 4 frames up+right 4 frames down+left 4 frames down+right
  31. 4 frames up+left No movement No movement No movement
  32. No movement 4 frames up+right 4 frames down+left 4 frames down+right
  33. 4 frames up+left No movement No movement No movement
  34. No movement 4 frames up+right 4 frames down+left 5 frames down+right
  35. Repeat. 1 frame right 1 frame down Repeat
  36. Repeat Repeat
  37.  
  38. When going upleft, press down every second frame to always move one pixel in each direction.
  39.  
  40.  
  41. PIXELPORTING
  42.  
  43. Can be done in narrow spaces when going up or down.
  44. Best setup, both up and down included, is the following amount of x-pixels for each frame:
  45. 6-2-6-2 repeat.
  46.  
  47.  
  48.  
  49. RUNNING (30 frames to charge)
  50.  
  51. On normal ground:
  52.  
  53. All directions: 4 pixels/frame.
  54.  
  55. In grass/water:
  56. All direcitons: 3 pixels/frames.
  57.  
  58. Diagonal running against cliff:
  59. TODO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement