Jump to content

Team Offensive Formation in CXROM v1.11 ROM


BAD_AL

Recommended Posts

Making great progress on my C#-> Java Port of TSBToolSupreme.


 


I have everything working except for Offensive formations on the 1.11 version on CXROM's 23 team rom.


 


All the team's Formations are '0' (2RB_2WR_1TE) so it's about impossible searching for the right location with a simple byte search.


 


I an using the formation hack that Jstout figured out and was reposted here:


http://tecmobowl.org/topic/55564-changing-a-teams-offensive-formation/


 


But this isn't working for the version 1.11 32 team ROM. :(


 


anyone know how to set it in the v 1.11 ROM?


 


 


 


 


 


Link to comment
Share on other sites

don't use v1.11 !!!  doesn't work right, nobody uses it, afaik.

 

use v1.05, http://tecmobowl.org/topic/9159-tsb-32-team-rom-2007/

 

or better yet, the "new base rom" we're working on 

http://tecmobowl.org/topic/52870-new-base-nes-rom-32-team-original-tsb-gameplay/page-12#entry371274

Ok, so does the new base ROM need anything to change in TSBToolSupreme? 

Link to comment
Share on other sites

Ok, so does the new base ROM need anything to change in TSBToolSupreme? 

 

well, it's the same as 1.05 except for graphical changes and some "fixes" that were found to be needed for better simming/com.  I'm not sure what you're asking about "need anything to change" ?

 

 

UPDATES                                                             

Last Updated | 6.29.2013 ]

 

"TecmoBowl.org x1" This is cx_rom's 32-team v1.05 with only the following changes:

 

1. NFC West "Offense Preference" Bug

(when playing live, heavy pass does heavy rush)

x273B4 change to x20 xB6 x9F

SET(0x273b4, 0x20b69f)
 
2. NFC West "SIM" Bugs
x27479 to x2747B should be x20 xB6 x9F (this goes to cx_rom's written code for Team 1)
x27481 to x27483 should be x20 xB6 x9F (this goes to cx_rom's written code for Team 2)
SET(0x27479, 0x20b69f)

 

SET(0x27481, 0x20b69f)
x27FCE should be xE0 (this makes it compare team value correctly)
 
SET(0x27fce, 0xe0)
 
3. Player-2 Condition Fix

SET(0x30e55, 0x20809f)

SET(0x31f90, 0xa66ee46df00218603860)

 

*regarding offense SIM and SIM calculations, for the TE to be calculated properly with SIM values
(changed the byte at x175CB from 04 to 05, see http://tecmobowl.org...ata/#entry90243)
 
4. Large Helmet Graphics
 
Keithisgood's graphics updates found here: http://tecmobowl.org...w-helmet-logos/
 
5. Mini Helmet Graphics
 
Keithisgood's graphics updates found here: http://tecmobowl.org...-helmets-logos/ (special thanks to Adam5000, & Jstout)
 
6. NFL Player Association Graphic
 
Keithisgood's graphic updates found in the above link.
 
7. AFC / NFC Pro Bowl Logo Graphics
 
Keithisgood ditto above.
 

8. Intro Scrolling Text "NFL Super Pro Football" = "NFL Tecmo Super Bowl"

 

Buck did this.

 

9. "1991 Roster" = "Team Roster" Text

 

Buck did this.

 

10. Large Helmet Graphics

 

Keith did this.

 

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...