Yes, but if you can re-perform it is just another question.
The location of the Y subicon and the Y XMB are both unknown to theme developers as they use a "0" value. These "0"s won't be in the float scrambles or in the prx's as you'd think.
You need to disassemble the PRX (vshmain) and find the $zr registers. Then you need to patch it, by running external executable code and modify the data on the fly.
That's how I do it currently. Unfortunately, it involves using two prx's to actually work the whole process.
ThemeXtra will give you guys an easy way to patch it (hopefully).
05/12/2008 06:01 PM
pinkee
you are Welcome!! :)
Posts: 69.4212 Threads: 4
Joined: 12th Jul 2007
Reputation: 2.4639 E-Pigs: 2.4115
Don't know if the offset changes have been posted yet for the new satalite.prx for 5.00M33-4 but here it is if not.
satalite.prx 5.00M33-4
VSH Title Color (BBAA) 0xA00
VSH Title Color (RRGG) 0xA08
VSH Title B/G Color (BBAA) 0xA04
VSH Title B/G Color (RRGG) 0xA10
Menu Item BackGround Color (BBAA) 0xA50
Menu Item BackGround Color (RRGG) 0xA58
Menu Item Highlight Color (BBAA) 0xA5C
Menu Item Highlight Color (RRGG) 0xA60
Menu Item Text Color (BBAA) 0xA64
Menu Item Text Color (RRGG) 0xA68
Menu Item Value Color (BBAA) 0xB88
Menu Item Value Color (RRGG) 0xB90
Title Text 0x21B0
I finally found the offset for Text Position Y MS Text in paf.
This offset also changes the Y Text of Remote Play and Account Management.
69C is the offset, and the default value is 4.
A problem is it changes the Y text in System options, but spacing the options out vertically should fix it.
It also does the same for the Photo, Music, and Video text, but appropriate vertical spacing should fix that (like 250 vertical spacing for System Options, Photo, Music, and Video).
EDIT: I just realized this offset was in the Bookmarks that V1 sent me (not the sorted one), except it was labeled "x position text above line 4"
(This post was last modified: 11/12/2008 07:57 PM by MysterySword.)
11/12/2008 07:32 PM
pinkee
you are Welcome!! :)
Posts: 69.4212 Threads: 4
Joined: 12th Jul 2007
Reputation: 2.4639 E-Pigs: 2.4115