Jump to content

bruddog

Moderators
  • Posts

    11,675
  • Joined

  • Last visited

  • Days Won

    111

Everything posted by bruddog

  1. That is not correct. 6MS = 56RS 13MS = 63RS etc..
  2. Is there really a correct acronym? Different stat sites tend to abbreviate team cities/teams slightly differently.
  3. Can’t say I’ve ever gotten that error. Does it give you the error no matter what set command it is?
  4. I'd make a copy of the rom you want to try it on and just test it out. It might be fine and maybe the set commands should be modified but I'm not sure to be honest. Don't have time to dig thru this right now.
  5. @War6 requested this hack so I thought I’d post it here. Well this hack is not exactly what he wanted but he said it was good enough. This hack makes it so the COM will punt if more than 50 yards away from the endzone in the 4th qtr. He wanted this because the computer going for it and failing effected the stats too much SET (0x187FC, 0x4C2FA8)
  6. The extra weeks aren’t too hard its the additional playoff team and fixing the playoff bracket that is a pain…
  7. Could be wrong but I feel like a lot of people change the default playbooks even for the COM. Hence why I’ve never spent much time on them.
  8. Ya when I have to convert 4-3s into a 3-4 format I typically do the following… lde = le Ldt = nt rdt = rde rde = rolb wlb = rilb mlb = lilb slb = lolb
  9. It would be possible to write such a tool but such tool does not exist.
  10. Here is the documentation for mesen https://www.mesen.ca/snes/docs/
  11. This was the best tool I ever found to try and disassemble an SNES rom. Looks like its had quite a few updates lately after being not worked on for awhile. https://github.com/furious/diztinguish The key problem with creating an SNES disassembly is the following: " The 65816 (processor used in the NES) has runtime dynamic register sizing (m/x, 8 vs. 16-bit), which affects the disassembly output. The problem is that it's done at runtime, not at assemble-time, thus the only way a disassembler could know what the proper values are to use at that time would be for an disassembler to *also* be a full-on SNES emulator"
  12. I don’t think anyone has.
  13. When I was trying to do a project like you are describing I tried to avoid duplicates if possible but not excessively so. But the bigger issue is a lot of teams end up very samey even just looking over a decade time span. I would try to narrow the scope if possible.
  14. Those were custom carts that aren’t being made any longer. The ones available now are just taking roms from here for free and selling them.
  15. WORKS - COM DIVE TACKLINE LIKE SNES1. I don't know exactly how dive tackling works in SNES but this reduces the COM dive tackle chance from 60% down to 18% BROKEN- DEF PURSUIT BASED ON QUICKNESS....totally BROKEN do not use. HALF WORK/HALF BROKEN- OFF JUMP/DIVE BASED ON REC WORKS Off jumping based on rec TOTALLY BROKE - Off diving based on rec - code never jumps to the dive command. DO NOT USE FUNCTIONAL BUT WOULD NOT USE- CONTROL PERCEN TAGE OF DEFENSIVE JUMPING. This works but its like a partial check, then the defender still has to be close enough to the ball to jump for it. This hack changes the first check where the ball has to be within a window of the final ball location to just a random number check. Not sure this will have the intended effect so I would say probably don't use. Will look at more later...
  16. SET(0x22186, 0xA999856A856B) This replaces setting timeouts to zero for each team in untimed overtime to setting the clock to 99:99
  17. So ya playoff overtime where its untimed is the problem. One solution would be to make the untimed playoff overtime a 99 minute overtime.
  18. I expect the stats to go up roughly 33%. 32 min/24 min. Test.nes
  19. Adding 4/3 formations is quite complex. Unless you are trying to make every team 4-3. If you are trying to make some 3-4 and some 4-3 then its a lot of programming to make that work. They way jstout did it way back was to add additional banks of play design. And then the correct ones would be referenced depending on what type of defense the team was. On my rom I let the player select the defense at the play screen…this only required one defensive bank. You might be best off using his 3-4/4-3 rom. It should be on the board somewhere.
  20. Haynes was 5th in receiving yards that year and 4th in TD’s. So he wasn’t some scrub. Anyways I won’t bring it up again.
×
×
  • Create New...