ReyVGM wrote:What about the Baseball Star Professional cheats? Score seletor, inning selector, jump to the last game of the tournament. Any idea how to make those?
You're welcome.
For the Innings I can only suggest that each time you get to a new inning search for a greater difference.
Restart and these higher numbers should go back to a lower number or '0'. Then search for a Less(er) difference.
Everytime you get a homerun and gain more points: search for anything greater.
Restart and search for any address that has a lower byte.
When you search for things that have increased - the cheat system remembers
only those address which bytes/numbers INCREASED. When you start over and search for anything less it will compare the current results with anything that had changed before. Those that were equal or increased will not be included in the current search results, thus narrowing down your search for those addresses that determine the score, inning, etc.
I hope that made sense.
edit: It may be handy to have a pencil and notebook paper nearby. When you get down to a managable few lines that keep on changing, without any less results on a recent search, you can write those addresses down. After they change you can have another column and write what bytes the addresses changed to (some examples might be like) :
E0546B
00
E0546F
02
E07201
A1
E088FB
0B
After you, say, get a home-run those addresses change like this:
E0546B
00 01
E0546F
02 04
E07201
A1 A2
E088FB
0B 0F
Now if all of these addresses change we might thing that all of them are responsible for the home-run score. The next results might look like:
E0546B
00 01 02
E0546F
02 04 06
E07201
A1 A2 A3
E088FB
0B 0F 14
Probably the most logical addresses that are responsible for the score would be E0546B and E07201 since they increased by 1 hexidecimal byte each time you got a home-run.
So if you reset and look at these addresses again they may look like this:
E0546B
00 01 02 00
E07201
0B 0F 14 A0
If so: here's where you can go ahead and hit 'A' (for Add) on the E0546B address.
Then go into Add/Edit a Cheat. I'll let you figure out the rest. I've got to do something and well.... It'll be a good learning experience for ya.
Have fun.
