Zanerus How do I cheat?
Reputation: 0
Joined: 26 Mar 2020 Posts: 1
|
Posted: Thu Mar 26, 2020 2:06 pm Post subject: Saga Frontier PS1 Assembly pointer finding help needed |
|
|
All offsets listed are cheat engine offset. I was using epsxe version 2.3.0 and cheat engine 7.1.0. My goal is to learn how to find and repoint pointers via assembly to change scripts in the game related to combat.
I have the start and the end point for what I am looking for, but I need to move my endpoint to a location with more room so I can add an additional line of add to the register to increase the point gain earned at the end of a fight. All offsets are listed as cheat engine offsets when using an espxe.
0121483C :Start point(the total battle ranks the player has)
0089B33E: Add points to the start point, and has a function to avoid overflow.
I want to move 0089B33E to a spot with some empty space so I can make it increase the battle rank points by 2 instead of one to reduce grinding.
|
|