Guest User

Untitled

a guest
Feb 16th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. #raw 0x00 = Face Down
  2. #raw 0x01 = Face Up
  3. #raw 0x02 = Face Left
  4. #raw 0x03 = Face Right
  5. #raw 0x04 = Step Down (Slow)
  6. #raw 0x05 = Step Up (Slow)
  7. #raw 0x06 = Step Left (Slow)
  8. #raw 0x07 = Step Right (Slow)
  9. #raw 0x08 = Step Down (Normal)
  10. #raw 0x09 = Step Up (Normal)
  11. #raw 0x0A = Step Left (Normal)
  12. #raw 0x0B = Step Right (Normal)
  13. #raw 0x0C = Jump2 Down
  14. #raw 0x0D = Jump2 Up
  15. #raw 0x0E = Jump2 Left
  16. #raw 0x0F = Jump2 Right
  17. #raw 0x10 = Delay1
  18. #raw 0x11 = Delay2
  19. #raw 0x12 = Delay3
  20. #raw 0x13 = Delay4
  21. #raw 0x14 = Delay5
  22. #raw 0x15 = Step Down (Fast)
  23. #raw 0x16 = Step Up (Fast)
  24. #raw 0x17 = Step Left (Fast)
  25. #raw 0x18 = Step Right (Fast)
  26. #raw 0x19 = Step on the Spot Down (Slow)
  27. #raw 0x1A = Step on the Spot Up (Slow)
  28. #raw 0x1B = Step on the Spot Left (Slow)
  29. #raw 0x1C = Step on the Spot Right (Slow)
  30. #raw 0x1D = Step on the Spot Down (Normal)
  31. #raw 0x1E = Step on the Spot Up (Normal)
  32. #raw 0x1F = Step on the Spot Left (Normal)
  33. #raw 0x20 = Step on the Spot Right (Normal)
  34. #raw 0x21 = Step on the Spot Down (Faster)
  35. #raw 0x22 = Step on the Spot Up (Faster)
  36. #raw 0x23 = Step on the Spot Left (Faster)
  37. #raw 0x24 = Step on the Spot Right (Faster)
  38. #raw 0x25 = Step on the Spot Down (Fastest)
  39. #raw 0x26 = Step on the Spot Up (Fastest)
  40. #raw 0x27 = Step on the Spot Left (Fastest)
  41. #raw 0x28 = Step on the Spot Right (Fastest)
  42. #raw 0x29 = Slide Down
  43. #raw 0x2A = Slide Up
  44. #raw 0x2B = Slide Left
  45. #raw 0x2C = Slide Right
  46. #raw 0x2D = Slide Down
  47. #raw 0x2E = Slide Up
  48. #raw 0x2F = Slide Left
  49. #raw 0x30 = Slide Right
  50. #raw 0x31 = Slide Down
  51. #raw 0x32 = Slide Up
  52. #raw 0x33 = Slide Left
  53. #raw 0x34 = Slide Right
  54. #raw 0x35 = Slide Running Down
  55. #raw 0x36 = Slide Running Up
  56. #raw 0x37 = Slide Running Left
  57. #raw 0x38 = Slide Running Right
  58. #raw 0x3A = Jump Facing Left (Down)
  59. #raw 0x3B = Jump Facing Down (Up)
  60. #raw 0x3C = Jump Facing Up (Left)
  61. #raw 0x3D = Jump Facing Left (Right)
  62. #raw 0x3E = Face Player
  63. #raw 0x3F = Face Against Player
  64. #raw 0x40 = Lock Sprite Facing
  65. #raw 0x41 = Release Sprite Facing
  66. #raw 0x42 = Jump Down
  67. #raw 0x43 = Jump Up
  68. #raw 0x44 = Jump Left
  69. #raw 0x45 = Jump Right
  70. #raw 0x46 = Jump in Place (Facing Down)
  71. #raw 0x47 = Jump in Place (Facing Up)
  72. #raw 0x48 = Jump in Place (Facing Left)
  73. #raw 0x49 = Jump in Place (Facing Right)
  74. #raw 0x4A = Jump in Place (Facing Down/Up)
  75. #raw 0x4B = Jump in Place (Facing Up/Down)
  76. #raw 0x4C = Jump in Place (Facing Left/Right)
  77. #raw 0x4D = Jump in Place (Facing Right/Left)
  78. #raw 0x4E = Face Left
  79. #raw 0x54 = Hide Sprite
  80. #raw 0x55 = Show Sprite
  81. #raw 0x56 = Exclamation Mark (!)
  82. #raw 0x57 = Question Mark (?)
  83. #raw 0x58 = Love (<3)
  84. #raw 0x62 = Walk Down
  85. #raw 0x63 = Walk Down
  86. #raw 0x64 = Face Down (Delayed)
  87. #raw 0x65 = Face Up (Delayed)
  88. #raw 0x66 = Face Left (Delayed)
  89. #raw 0x67 = Face Right (Delayed)
  90. #raw 0x70 = Jump in Place (Facing Down)
  91. #raw 0x71 = Jump in Place (Facing Up)
  92. #raw 0x72 = Jump in Place (Facing Left)
  93. #raw 0x73 = Jump in Place (Facing Right)
  94. #raw 0x74 = Jump Down Running
  95. #raw 0x75 = Jump Up Running
  96. #raw 0x76 = Jump Left Running
  97. #raw 0x77 = Jump Right Running
  98. #raw 0x78 = Jump2 Down Running
  99. #raw 0x79 = Jump2 Up Running
  100. #raw 0x7A = Jump2 Left Running
  101. #raw 0x7B = Jump2 Right Running
  102. #raw 0x7C = Walk on the Spot (Down)
  103. #raw 0x7D = Walk on the Spot (Up)
  104. #raw 0x7E = Walk on the Spot (Left)
  105. #raw 0x7F = Walk on the Spot (Right)
  106. #raw 0x80 = Slide Down Running
  107. #raw 0x81 = Slide Up Running
  108. #raw 0x82 = Slide Left Running
  109. #raw 0x83 = Slide Right Running
  110. #raw 0x84 = Slide Down
  111. #raw 0x85 = Slide Up
  112. #raw 0x86 = Slide Left
  113. #raw 0x87 = Slide Right
  114. #raw 0x88 = Slide Down on Left Foot
  115. #raw 0x89 = Slide Up on Left Foot
  116. #raw 0x8A = Slide Left on Left Foot
  117. #raw 0x8B = Slide Right on Left Foot
  118. #raw 0x8C = Slide Left diagonally (Facing Up)
  119. #raw 0x8D = Slide Right diagonally (Facing Up)
  120. #raw 0x8E = Slide Left diagonally (Facing Down)
  121. #raw 0x8F = Slide Right diagonally (Facing Down)
  122. #raw 0x90 = Slide2 Left diagonally (Facing Up)
  123. #raw 0x91 = Slide2 Right diagonally (Facing Up)
  124. #raw 0x92 = Slide2 Left diagonally (Facing Down)
  125. #raw 0x93 = Slide2 Right diagonally (Facing
  126. Down)
  127. #raw 0x96 = Walk Left
  128. #raw 0x97 = Walk Right
  129. #raw 0x98 = Levitate
  130. #raw 0x99 = Stop Levitating
  131. #raw 0x9C = Fly Up Vertically
  132. #raw 0x9D = Land
  133. #raw 0xFE = End of Movements
Advertisement
Add Comment
Please, Sign In to add comment