Advertisement
Arnethegreat

bits for $700FA0

Jul 17th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. bits: 7654 3210
  2.  
  3. byte 1:
  4. bit 7
  5. 0 = can tongue object
  6. 1 = block/stop tongue
  7.  
  8. bit 6
  9. 0 = can collide with tongue
  10. 1 = ignore tongue collision
  11.  
  12. bit 5
  13. sprite on sprite default popping?
  14. 1 = no collision
  15.  
  16. -----------------------------------
  17. byte 2:
  18.  
  19. bit 5:
  20. Head bop bit
  21.  
  22. bit 2:
  23. enable/disable
  24. Sprite collision bit ()
  25.  
  26.  
  27. -----------------------------------
  28. byte 3:
  29.  
  30. bit 7:
  31. 1 = collides with walls and instantly stops
  32.  
  33. bit 6:
  34. 1 = collides with walls and bounces off
  35.  
  36. bit 4-0:
  37. all terrain collision
  38.  
  39. bit 4:
  40. bottom of hitbox?
  41. bit 3:
  42. larger hitbox offset?
  43. bit 1:
  44. top of hitbox?
  45. bit 0:
  46. Normal/Default ground collision center hitbox?
  47.  
  48.  
  49.  
  50. -----------------------------------
  51. byte 4:
  52.  
  53. bit 4:
  54. can't swallow flag
  55.  
  56. bit 2:
  57. 0 = bounces off walls (when spat?)
  58.  
  59. bit 1:
  60. 0 = bounces on ground (i.e. shyguy when spat)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement