Greetings folks!
A Little cheesy title to commemorate my return to GSHI, not that anyone remembers me...
Moving along, I have recently re-picked up PS2Dis and some MIPS knowledge, and upon searching encountered Be Natural's site http://www.geocities.co.jp/Playtown-Bingo/8243/ and his wonderful tutorials on PS2Dis. (I'd translate it for you guys but it's too long and complex)
Picking up my favourite Atelier Iris series (partly due to the fact that PCSX2 can run it quite well, and due to the fact that there's quite of ready-made codes available) I descended into the fight!
First and foremost, Master Code!
from Be Natural:
"One easy to find command is [42000038 ei]"

And there we found it, and the corresponding "hooked" JAL
(Note that the first EI might not be the EI we're looking for but it usually is, and these things are usually trial and error )
With that we can setup the Master Code:
( The last one is Be Natural's own Master Code, how he got this I've still yet to ask).
Now to find something that can be tested to confirm the mastercode works.
I have to confess, having a ton of ready-made code do make you want to just skip it all and use those instead, but no, I want to know how it works inside!
So first option, run the game through PCSX2 and use its Patch Finder to search for the easiest value, MONEY!
Skipping through the tons of events and movies and et cetera (quite a hardship) we finally arrive at a scene where you're in control, and you have $500! (500 'Cole', actually). At the same time, rooting around in PS2Dis we found that the game have a label called "Money"

Such a convenient labeling exist? I can't believe my eyes!
Going to the label brings us to :

Marking and following referral brings us to :

And the very suspicious address (marked in red)!
Back to PCSX2, after some shopping and patch finding, we did find that indeed, that suspicious address is our Gold address, voila!
There's a third method I learned from Be Natural (Max quantity/value check) that I also took to confirm this approach, since not everytime you get conveniently convenient labeling (H'lo Persona!).
This is it for now, still in the middle of searching around so I'll continue later.
-- edit --
Pardon me for not checking on the image linking, fixed, also found a few more suspicious addresses so going to root around some more, will post more later !
-- edit --
Start on hill-climbing trek to find item pointer, item check, and item calculation.

Climb starts from the "Got item" text (it's that one highlighted) and climbing up, marking each and every subroutines and checking each one.
I'm hungry btw... it's cooking time...
<Pause>
A Little cheesy title to commemorate my return to GSHI, not that anyone remembers me...
Moving along, I have recently re-picked up PS2Dis and some MIPS knowledge, and upon searching encountered Be Natural's site http://www.geocities.co.jp/Playtown-Bingo/8243/ and his wonderful tutorials on PS2Dis. (I'd translate it for you guys but it's too long and complex)
Picking up my favourite Atelier Iris series (partly due to the fact that PCSX2 can run it quite well, and due to the fact that there's quite of ready-made codes available) I descended into the fight!
First and foremost, Master Code!
from Be Natural:
"One easy to find command is [42000038 ei]"
And there we found it, and the corresponding "hooked" JAL
(Note that the first EI might not be the EI we're looking for but it usually is, and these things are usually trial and error )
With that we can setup the Master Code:
Code:
F010024C 0000000E or F010024C 000001FD or F010024C 002B927B
Now to find something that can be tested to confirm the mastercode works.
I have to confess, having a ton of ready-made code do make you want to just skip it all and use those instead, but no, I want to know how it works inside!
So first option, run the game through PCSX2 and use its Patch Finder to search for the easiest value, MONEY!
Skipping through the tons of events and movies and et cetera (quite a hardship) we finally arrive at a scene where you're in control, and you have $500! (500 'Cole', actually). At the same time, rooting around in PS2Dis we found that the game have a label called "Money"
Such a convenient labeling exist? I can't believe my eyes!
Going to the label brings us to :
Marking and following referral brings us to :
And the very suspicious address (marked in red)!
Back to PCSX2, after some shopping and patch finding, we did find that indeed, that suspicious address is our Gold address, voila!
There's a third method I learned from Be Natural (Max quantity/value check) that I also took to confirm this approach, since not everytime you get conveniently convenient labeling (H'lo Persona!).
This is it for now, still in the middle of searching around so I'll continue later.
-- edit --
Pardon me for not checking on the image linking, fixed, also found a few more suspicious addresses so going to root around some more, will post more later !
-- edit --
Start on hill-climbing trek to find item pointer, item check, and item calculation.
Climb starts from the "Got item" text (it's that one highlighted) and climbing up, marking each and every subroutines and checking each one.
I'm hungry btw... it's cooking time...
<Pause>
Comment