Paladin is a Tool I've been working on for some Time now...
It first was aimed to be a Runtime Patcher that patches the Games while they are running - directly in POPS...
I even released a old Beta-Version of this Runtime Patcher on my Filespace
http://coldbird.free.fr For Archive Reasons its still available in the Temp Folder for Peaple who are interested...
Even thought the only Game it fixes is Legend of Dragoon - But who cares at the Moment...
After testing around I aknowledged that the Structures are too inconsistant in the Memory... So I took my Time to investigate how the VModes are stored in the PSX Executeable... After analyzing the Data Zapper Writes to a PAL ISO to Move the Y-Position I extracted several Y-Pos Struct Dumps and analyzed them further to find out that they contain a VMode Struct... Just the Thing I had been searching for Ages...
Not wanting to confuse you with the Technique behind this Patcher... I will get to the Point...
This Patcher should be able to Center 99% of all PAL Games available... Some Games - Like Star Ocean 2 are 100%ly centered, but once ingame are still a bit off the Original Screenposition... and EXTREMELY off inside the Battle...
For such Cases...
1. Patch with my Tool
2. Use Zapper2000 to set the Y-Position to 0/0
This should fix even that troublesome Games...
Anyway... Just try it out yourself and see what my ultimate Leet-Skills can do...
The Pack above contains a Cygwin Windows Binary (Thanks weltall - You are kind to compile all the Windows Stuff for me... Me = Linux User) and the Sourcecode.
As the Patcher only uses Standard Includes and no special Libraries... every Linux User that has gcc installed should be able to compile the Source with one simple "make" command...