Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Smash 4 Wii Fit Trainer 1.0.9 -> 1.10 Patch Notes
  2. transcribed by AvariceX
  3.  
  4. This is the first time I've tried interpreting patch code for this game so it could have inaccuracies.
  5. Note all damage changes indicate correlating knockback changes (unless compensated with BKB or KBG changes)
  6.  
  7. Utilt damage 8% -> 10% (sweetspot and sourspot)
  8.  
  9. Fsmash hitbox increased:
  10. Hitbox 1 size: 3.9 -> 4.3
  11. Hitbox 2 size: 3.9 -> 4.3
  12. Hitbox 3 size: 2.8 -> 3.1
  13.  
  14. Usmash part 1 knockback growth increased:
  15. hitbox 1 KBG: 95 -> 97
  16. hitbox 2 KBG: 100 -> 102
  17. hitbox 3 KBG: 100 -> 102
  18.  
  19. Usmash part 1 hitbox significantly increased:
  20. hitbox 1 size: 2.3 -> 2.8
  21. hitbox 2 size: 5.0 -> 5.6
  22. hitbox 3 size: 3.0 -> 3.7
  23.  
  24. Usmash part 2 knockback growth increased:
  25. hitbox 1 KBG: 110 -> 112
  26. hitbox 2 KBG: 105 -> 107
  27. hitbox 3 KBG: 105 -> 107
  28.  
  29. Usmash startup significantly reduced:
  30. -AsynchronousTimer(7.0f)
  31. -AsynchronousTimer(9.0f)
  32. If I'm reading this correctly it has gone from 36 -> 20 frame startup
  33.  
  34. Dsmash:
  35. Sourspot damage 8% -> 10%
  36. Sweetspot damage 10% -> 12%
  37. knockback growth (KBG) increased on all hitboxes:
  38. hitbox 1 KBG 107 -> 110
  39. hitbox 2 KBG 107 -> 110
  40. hitbox 3 KBG 107 -> 110
  41. hitbox 4 KBG 107 -> 110
  42.  
  43. Nair knockback growth increased on all hitboxes:
  44. first hit KBG 70 -> 72
  45. strong hit KBG 100 -> 102
  46.  
  47. Fair knockback growth increased on forward hitbox, base knockback increased on reverse hit (spike)
  48. Fair part 1:
  49. hitbox 1 KBG 100 -> 102
  50. hitbox 2 KBG 100 -> 102
  51. hitbox 3 BKB 60 -> 62
  52. Fair part 2:
  53. hitbox 1 KBG 100 -> 102
  54. hitbox 2 KBG 100 -> 102
  55. hitbox 3 BKB 100 -> 102
  56.  
  57. Bair base knockback increased on all hitboxes:
  58. Bair part 1:
  59. hitbox 1 BKB 98 -> 100
  60. hitbox 2 BKB 100 -> 102
  61. hitbox 3 BKB 100 -> 102
  62. Bair part 2:
  63. hitbox 1 BKB 100 -> 102
  64. hitbox 2 BKB 100 -> 102
  65.  
  66. Uair knockback growth increased on all hitboxes:
  67. hitbox 1 KBG 80 -> 82
  68. hitbox 2 KBG 80 -> 82
  69.  
  70. Dair knockback growth increased on all hitboxes:
  71. Dair part 1:
  72. hitbox 1 KBG 80 -> 82
  73. hitbox 2 KBG 78 -> 80
  74. Dair part 2:
  75. hitbox 1 KBG 100 -> 102
  76.  
  77. All grab hitboxes lowered:
  78. Grab 0x4119999a -> 0x4109999a
  79. Dash Grab 0x41080000 -> 0x40f00000
  80. Pivot Grab 0x41180000 -> 0x41080000
  81. (left these in hex format, everything else on this sheet is decimal format)
  82.  
  83. Header (side-B) knockback growth increased on head hitbox (including all custom variants) KBG 70 -> 71
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement