Jump to content

Fumble distance


bruddog

Recommended Posts

The length the ball intially travels when first fumbled is set at 0x2DD13. The default value is 0x40 which would be 8 yards but due to another routine the final value is (8 - (1/4 *8) / 2)  = (8-2)/2 =6/2 =3 yards  

 

Every 0x10 = 3/4 of a yard distance. 

 

 

You could also randomize it by typing one the following in at 0x2DD12. Although it would b biased towards longer fumbles since values from 0x80 through xFF will get capped to the same distance due another check in the fumble animation routine. The range could be defined better but this fits neatly without having to jump anywhere else in the rom.  

 

A5 3B load random #1

A5 3C load random #2

A5 3D load random #3

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...