| View previous topic :: View next topic |
| Author |
Message |
FFIVGUY How do I cheat?
Reputation: 0
Joined: 06 Jul 2023 Posts: 4
|
Posted: Thu Jul 06, 2023 12:58 pm Post subject: Some Final Fantasy Memory Hacking Questions |
|
|
| I am currently hacking Final Fantasy the 4 Heroes of Light and trying to find out where the addresses for where the number of monsters in the encounter and which monsters are being fought. I got into a random encounter and did a byte unknown value search since I was scanning in decimal and I knew that goblins are probably 0 in memory and either falcons or blood bats are 1 in memory. during the second random encounter I did a changed value search since there were different monsters and kept doing that for a while, but it was taking forever so I abandoned the scan in search of an easier way to narrow down the results. I don't know how encounters handled in final fantasy games. I'm not sure if there are two separate addresses for the amount of monsters and the ids of which monsters are present in that battle of both of those values are stored in a single 4 byte value. It's not just Final Fantasy the 4 Heroes of Light I want to find the address for, but for Final Fantasy I, II, III and so on. Hopefully this is enough information to help me find the values. |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25812 Location: The netherlands
|
Posted: Thu Jul 06, 2023 1:17 pm Post subject: |
|
|
Try finding enemy health. Related values are usually stored nearby _________________
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 |
|
 |
FFIVGUY How do I cheat?
Reputation: 0
Joined: 06 Jul 2023 Posts: 4
|
Posted: Thu Jul 06, 2023 3:25 pm Post subject: |
|
|
| Dark Byte wrote: | | Try finding enemy health. Related values are usually stored nearby |
I have found enemy health before, but whenever I close desmume, the In-Battle HP address always changes. Although none of the other addresses that I have found have that issue. How would I locate the addresse(s) so I could fight any monster want and how many? |
|
| Back to top |
|
 |
FFIVGUY How do I cheat?
Reputation: 0
Joined: 06 Jul 2023 Posts: 4
|
Posted: Sat Jul 08, 2023 1:33 pm Post subject: |
|
|
| I found enemy (in-battle) health, but every time I reload the game/save the address changes. This is also the case for player in-battle health |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25812 Location: The netherlands
|
Posted: Sat Jul 08, 2023 3:39 pm Post subject: |
|
|
Maybe you're lucky and the game only uses a 1 level pointer for that.
e.g find health and do an unknown initial value scan
reload the game and find health again
scan for a value that increased/decreased by the amount that the health address changed
repeat a few times until you got a handful of addresses that could potentially be used for what you need.
Now just find a way to use that address you found and the health difference to get to the current health _________________
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 |
|
 |
MarieDaves How do I cheat?
Reputation: 0
Joined: 30 Jun 2023 Posts: 3
|
Posted: Fri Jul 14, 2023 12:08 pm Post subject: |
|
|
| Thanks for the advice, I will keep it in my mind. |
|
| Back to top |
|
 |
MarieDaves How do I cheat?
Reputation: 0
Joined: 30 Jun 2023 Posts: 3
|
Posted: Tue Aug 08, 2023 6:36 am Post subject: |
|
|
| It is very helpful advice. |
|
| Back to top |
|
 |
|