Ownasaurus
Smash Journeyman
I'm going to try to develop a set of smash64 gameshark codes such that people don't have to set the correct options (5 stock, ff on, no items) each time they run the game. I welcome help from the community. If something like this already exists publicly, and someone posts or links to the working codes here, I will cease my work and call this a pointless thread (currently search is broken so I cannot check)!
This thread is not for teaching how to find memory addresses, etc. This thread is strictly for development. Perhaps we can discuss how to do the specifics in another thread.
Status for the codes will be [not started], [progressing], [needs testing] or [complete].
tools used:
tsearch, project64, a calculator, THIS site for learning the code prefixes
Force the game to be stock mode [complete]: 800A4D0B 0002 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0001 = time mode. (Odd that they use 1/2 instead of 0/1 for this....)
Force the game to be 5 stock [complete]: 800A4D0F 0004 (Firo, Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0000 = 1 stock, 0001 = 2 stock, ..., 0004 = 5 stock, ..., 0062 = 99 stock (because 62 in hex is 98)
Items off [complete]: 800A4D24 0000 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0001 = very low, 0002 = low, 0003 = medium, 0004 = high, 0005 = very high
Friendly fire on [complete]: 800A4D11 0001 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0000 = friendly fire OFF
Teams on [complete]: 800A4D0A 0001 (owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete]. You can use abuse this cheat to play teams in whatever colors / costumes you want on each team.
0000 = teams OFF
Now, I have found that p64k 0.13 will rarely just entirely ignore the gameshark codes, but I have not exactly figured out when or why.
Since all of the codes basically seem complete, it is now up to the community as a whole to decide whether or not people should use these....
Special thanks to those who doubted me.
This thread is not for teaching how to find memory addresses, etc. This thread is strictly for development. Perhaps we can discuss how to do the specifics in another thread.
Status for the codes will be [not started], [progressing], [needs testing] or [complete].
tools used:
tsearch, project64, a calculator, THIS site for learning the code prefixes
Force the game to be stock mode [complete]: 800A4D0B 0002 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0001 = time mode. (Odd that they use 1/2 instead of 0/1 for this....)
Force the game to be 5 stock [complete]: 800A4D0F 0004 (Firo, Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0000 = 1 stock, 0001 = 2 stock, ..., 0004 = 5 stock, ..., 0062 = 99 stock (because 62 in hex is 98)
Items off [complete]: 800A4D24 0000 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0001 = very low, 0002 = low, 0003 = medium, 0004 = high, 0005 = very high
Friendly fire on [complete]: 800A4D11 0001 (Owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete].
0000 = friendly fire OFF
Teams on [complete]: 800A4D0A 0001 (owna)
NO problems found so far! If people test this and continue to find no problems, it can be marked as [complete]. You can use abuse this cheat to play teams in whatever colors / costumes you want on each team.
0000 = teams OFF
Now, I have found that p64k 0.13 will rarely just entirely ignore the gameshark codes, but I have not exactly figured out when or why.
Since all of the codes basically seem complete, it is now up to the community as a whole to decide whether or not people should use these....
Special thanks to those who doubted me.