12-09-2021, 01:57 AM
After doing a bunch of bp's after dying, entering new areas, starting a new game and continuing a saved game,
I discovered I was mistaken,
The address the store command is at is static once the game boots.
It is however, different with every start of a new or saved game.
I got 10 different addresses doing just that.
The address range the stw r3, 0x0014 (r29) command is stored at ranged from
0x80E9A1F0 -> 0X80F01368
Sorry!!!
This is the unique string found at those addresses: 907D0014 887D0020
In searching for the string I only got one result within the above address range.
The address for the health value of course changes with all the above listed conditions.
After doing all the bp's I found the address range larger than I originally seen. So far I have seen it go from:
0x90A9E554 -> 0X921AB454
All the addresses end with 0x4
I should think this will make things a bit easier.
That's enough for 2night.
Take care!
I discovered I was mistaken,
The address the store command is at is static once the game boots.
It is however, different with every start of a new or saved game.
I got 10 different addresses doing just that.
The address range the stw r3, 0x0014 (r29) command is stored at ranged from
0x80E9A1F0 -> 0X80F01368
Sorry!!!
This is the unique string found at those addresses: 907D0014 887D0020
In searching for the string I only got one result within the above address range.
The address for the health value of course changes with all the above listed conditions.
After doing all the bp's I found the address range larger than I originally seen. So far I have seen it go from:
0x90A9E554 -> 0X921AB454
All the addresses end with 0x4
I should think this will make things a bit easier.
That's enough for 2night.
Take care!