| View previous topic :: View next topic |
| Author |
Message |
prosportal1 Newbie cheater
Reputation: 0
Joined: 21 May 2015 Posts: 17
|
Posted: Thu May 21, 2015 12:38 am Post subject: Mario 3 FCEU |
|
|
| So I've been going back and playing a lot of NES lately. For some reason I can't figure out how to stop the timer on Mario 3. I've scanned for Unknown initial value on all address types then search for decreasing values, but am constantly getting hundreds of results with crazy Double values. Can anyone help me get over this hurdle? I'm not looking for a trainer or table.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Thu May 21, 2015 3:24 am Post subject: |
|
|
i recommend you limit your scan to 1 byte, and only start the scan when the timer is below 255 (nes uses big endian)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Thu May 21, 2015 10:15 am Post subject: |
|
|
Every number in the timer is stored on a different address, each number is taking up 1 byte and they come right after each other.
If you have 299, search for 9. If you have 295, search for 5, if you have 291, search for 1. Then you will find the last number of the timer and you can freeze it or change all 3 bytes of the timer.
_________________
|
|
| Back to top |
|
 |
prosportal1 Newbie cheater
Reputation: 0
Joined: 21 May 2015 Posts: 17
|
Posted: Thu May 21, 2015 12:43 pm Post subject: |
|
|
| Useful information. Thanks guys.
|
|
| Back to top |
|
 |
|