Jump to content

SNES Upgraded!!!!!


COA Elway

Recommended Posts

Quote

Uniforms

 

Matchups

x1752 to x1755 (headerless rom) was Buffalo and Indianapolis directly followed. There was just the binary and the color areas are elsewhere (from jstout)
 

x00 x00 x00 x00 = When to Use Jersey 1 and 2 this is done bitwise (Buffalo to Atlanta then AFC to NFC with final 2 bits always being 0s) where a 0 = Jersey 1 and 1 = Jersey 2.

 

(x00000000 would use Jersey 1 vs every team and xFFFFFFFC would use Jersey 2 vs every team)

 

Matchup spreadsheet - generates "SET" commands for TSB Tool

Whoa, that spreadsheet looks like it's exactly the fix I would be looking for. @TecmoTurd or anyone else, does anyone still have that file somewhere? The link in the document is dead. 

Link to comment
Share on other sites

Here are some set commands I found on @TecmoTurd's evernote site:

 

#Variable OL/ DL HP Hack
SET(0x18BB8,0xB16338F1039163AD0002293F187163300BC90E9007C93490064C8E8C4C158D20B0C3EAEAEAEAEA) 

 

#Quickness for Incompletions
SET(0x1ABC8,0x4C00D0EA)
SET(0x1ABDB,0x4C10D0EA)
SET(0x1ABEE,0x4C20D0EA)
SET(0x1D070,0x860A2A600C6A298F22268483A0874CD3AC4CF5AC)
SET(0x1D010,0xA692A5A02060D0A4A0C95090234CCCABA692A5A12060D0A4A1C95090134CDFABA69)

 

#NES-Like Game Speed
SET(0x18794, 0x18191A1B1C1D1E1F2021222324252627)

Link to comment
Share on other sites

11 hours ago, SBlueman said:

Here are some set commands I found on @TecmoTurd's evernote site:

 

#Variable OL/ DL HP Hack
SET(0x18BB8,0xB16338F1039163AD0002293F187163300BC90E9007C93490064C8E8C4C158D20B0C3EAEAEAEAEA) 

 

#Quickness for Incompletions
SET(0x1ABC8,0x4C00D0EA)
SET(0x1ABDB,0x4C10D0EA)
SET(0x1ABEE,0x4C20D0EA)
SET(0x1D070,0x860A2A600C6A298F22268483A0874CD3AC4CF5AC)
SET(0x1D010,0xA692A5A02060D0A4A0C95090234CCCABA692A5A12060D0A4A1C95090134CDFABA69)

 

#NES-Like Game Speed
SET(0x18794, 0x18191A1B1C1D1E1F2021222324252627)

I wouldn’t use the ol/dl hack as it was only intended for my custom D rom where you cant ever pick anyones play. Otherwise it can overflow the HP value. 

Link to comment
Share on other sites

  • 2 weeks later...

Some abbreviations are shared between screens, and some are different. I want to say it's a space saving measure when they put the game together, but I haven't quite figured it out.  The NFC is in a different position depending on the screen (team data/matchups/team control)

Link to comment
Share on other sites

  • 3 months later...

Hey guys. I'm working on a college rom and having some issues with the midfield logo. The logo shares 3 titles with the bottom of the first down marker, the field number hash mark and something else I can't identify. when you put something in those spots weird things happen so you can't use them. 3 tiles seem to be missing but they are probably hidden like the big helmet. I managed to use some of the logo but it wasn't my original idea (I like the trophy so its all good lol) but want to know if there's a way to make the weird tiles to work right to use the whole logo just not some of it. If the pic is huge sorry

TSB FBS HARD COPY DNE!33334000.png

Link to comment
Share on other sites

In the 70 page document there are specific locations for every team’s end zone in fair, rain, and snow conditions. Where are the same locations for the midfield and Tecmo field logos? 

Link to comment
Share on other sites

Okay, at what particular locations in the hex strings would I be able to find the logos only (Shield/Tecmo)? I swapped out the strings to experiment and I'm unable to locate the actual field logos...could you assist further?

The clear field location is 159B80 and 159BA0. Rain is 159F00 and 159F20. Snow is 159F60 and 159F80

 

159B80/Fair

00 00 00 00 A0 01 08 01 10 02 5A 03 00 54 AD 7D 1D 42 1B 00 20 02 80 02 B5 7E E0 02 0B 2F FF 7F

159BA0/Fair

00 00 00 00 A0 01 08 01 10 02 5A 03 00 54 AD 7D 1D 42 1B 00 43 02 A4 02 B5 7E 05 03 2C 33 FF 7F

159F00/Rain

00 00 00 00 E0 00 84 00 08 01 CE 01 00 2C C6 40 10 21 0D 00 40 01 80 01 4A 41 A0 01 C7 1D 10 42

159F20/Rain

00 00 00 00 E0 00 84 00 08 01 CE 01 00 2C C6 40 10 21 0D 00 42 01 83 01 4A 41 A4 01 C7 1D 10 42

159F60/Snow

00 00 C6 18 F1 46 08 11 10 26 5A 3F 52 7E 5A 7F BF 77 1F 63 36 5B 58 63 BD 7F 9B 6F D9 67 FF 7F

159F80/Snow

00 00 C6 18 F1 46 08 11 10 26 5A 3F 52 7E 5A 7F BF 77 1F 63 37 5B 59 63 BD 7F 9C 6F D9 67 FF 7F

Link to comment
Share on other sites

For the clear it would be the 7, 8, 9, 10 and 16th colors. Not by my com right now to see for the other fields. Blue, light blue, pink, red and white colors. If you change any of those colors everything with those colors also changes to the new color. When I did my mid field logo I swapped out pink for gold and light blue for grey. Those colors are used the least for everything with the field. I can check later on for the rain/snow but they all should be those same colors. 

Link to comment
Share on other sites

I changed the 7,8,9,10 and 16th hex in the string with only the Tecmo, 50 yard line stripe, and 35 yard line stripe changing. Where are the NFL shield locations? The following locations in bold were changed:

159B80

: 00 00 00 00 A0 01 08 01 10 02 5A 03 00 54 AD 7D 1D 42 1B 00 20 02 80 02 B5 7E E0 02 0B 2F FF 7F

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