Advertisement
Guest User

Sonic Mania - ItemBox Variables

a guest
Sep 20th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. type
  3. var = X
  4.  
  5. 0 = Ring
  6. 1 = Shield
  7. 2 = Bubble Shield
  8. 3 = Flame Shield
  9. 4 = Electric Shield
  10. 5 = Invincibility
  11. 6 = Speed Shoes
  12. 7 = 1UP Sonic
  13. 8 = 1UP Tails
  14. 9 = 1UP Knuckles
  15. 10 = Eggman
  16. 11 = Hyper Ring
  17. 12 = Teleport
  18. 13 = Random
  19. 14 = Super
  20.  
  21. Higher values starting at 15 don't crash the game, but do give empty item boxes with no effects when broke. The item display immeadiately starts to bug out and jump up from the center of the monitor, displaying various other parts of the item box graphics instead (such as the static effect). This keeps going until around 70, at which point it just becomes an empty monitor.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement