Language…
12 users online: 35TCB77, bradcomp, Hayashi Neru, Holy619, liz_bean, MorrieTheMagpie, Nitrocell Inc., Reese_Pufferson, ShadowBoxer_Sandshrew, SuperMarioDs64, TCgamerboy2002, Xulon - Guests: 156 - Bots: 92
Users: 68,817 (2,339 active)
Latest user: Nickzinn

Remove Fishbone Spawn Randomness

SMW Tweaks → Remove Fishbone Spawn Randomness

Tweak Details

Summary: Remove Fishbone Spawn Randomness
Description: Sets the duration of the initial movement phase (before they start slowing down again) of fishbones to a specific value, rather than a random value from 0-31 frames.
Tags: fishbone movement rng
Parameters:
delay
Delay. Byte (8 bits). Defaults to 15.
Code:
; delay is the number of frames fishbone spends in its initial acceleration phase before beginning to decelerate
; SMW normally uses a random value from 0 to 31
; subsequent phases are 48

org $01858E
  LDA.b #<delay>
  BRA $02

; original bytes: $22,$F9,$AC,$01  (JSL $01ACF9)

Submitted: by  Fernap