Jump to content

Cardinal Sin??


bucs2nine

Recommended Posts

I saw this somewhere else on the boards...and it is happening to me as i try to set realistic sim stats.

THE CARDS...I try to set them for Heavy pass with tool supreme and warners, Fitz, and Boldins stats suck....no matter which offense set , Warner is always around 20 td- 10 ints, 2000 yds for the season after simming.

????

anyone know what the heck is up here?

Is there a fix.

Please let me know

Thanx

Link to comment
Share on other sites

OK....i swear I've tried all I could and i must be missing something.....i can get boldin, breaston, fitz, and edgerrin to have reasonable stats....

i just can not get warner to throw for more than 2700-3000 yards and more than 25 tds.

Please offer help in how you set your cards lineup...

it would be kindly appreciated

thanx!

Link to comment
Share on other sites

You might have a 32-team rom that was released before the fix. In cxrom's original coding the SIM bytes for the NFC West were stored in one place, but the pointer was looking elsewhere for them. Thank jstout for discovering this fix:

Here we go, a couple bugs:

x27479 to x2747B should be x20 xB6 x9F (this goes to cxrom's written code for Team 1)

x27481 to x27483 should be x20 xB6 x9F (this goes to cxrom's written code for Team 2)

In the code to read the values is another bug:

x27FCE should be xE0 (this makes it compare team value correctly)

Now, you should be able to adjust offensive preference for all 32 teams.

Link to comment
Share on other sites

  • 2 weeks later...

Here we go, a couple bugs:

x27479 to x2747B should be x20 xB6 x9F (this goes to cxrom's written code for Team 1)

x27481 to x27483 should be x20 xB6 x9F (this goes to cxrom's written code for Team 2)

In the code to read the values is another bug:

x27FCE should be xE0 (this makes it compare team value correctly)

Sorry if I sound like an idiot....but how do I apply this to the rom?

Link to comment
Share on other sites

Here we go, a couple bugs:

x27479 to x2747B should be x20 xB6 x9F (this goes to cxrom's written code for Team 1)

x27481 to x27483 should be x20 xB6 x9F (this goes to cxrom's written code for Team 2)

In the code to read the values is another bug:

x27FCE should be xE0 (this makes it compare team value correctly)

Sorry if I sound like an idiot....but how do I apply this to the rom?

Glad to see you back SBlueman.

With code this small, it'd be easy to do it by hand - if you use hex editors.

Otherwise, if you use TSBTOOL SUPREME, then copy and paste the stuff below and "apply to rom"


SET( 0x27479, 0x20b69f )
SET( 0x27481, 0x20b69f )
SET( 0x27fce, 0xe0 )

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...