well people used to put a 480x272 image as optionmenu_base to get a proper looking option menu. however this has serveral issues.
- white box glitch if having a 480x272 background
- height stretching
we can fix it thru common_gui.prx :>
3.40 common_gui.prx
all floats
0x4278 - width of option menu
0x427C - height of option menu
0x422C - relative(?) cursor/option text position
0x40A8 - option menu position
so now using a 128x272(set visible dimensions to 120x272) image as optionmenu_base
or using a different size
or silly stuff
![Souce: http://i173.photobucket.com/albums/w42/bstronga2/snap002.jpg [image]](http://i173.photobucket.com/albums/w42/bstronga2/snap002.jpg)