Quote:
Originally Posted by JSWolf
Do we patch it like
These values (01 or 00) postion the viewport to the center:
Code:
# Left margin
replace_int = 957626, 0, 01
# Top margin
replace_int = 95762A, 0, 01
</Patch>
or like
Code:
# Initial replaces
replace_bytes = 957626, 19 46, 00 01
replace_bytes = 95762A, 1A 46, 00 01
|
@JCWolf. My anwser is a bit late.
Only use the first method as the "# Initial replaces" are the "default" settings.
You should only customize the "replace_int" values, the same as the other patch sections.
Heres my full patch, the replace_int" values are set to 00:
Code:
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
#
# Do not enable this patch unless you're sure you need it.
# It may cause the screen to be off-centre.
#
# Initial replaces
replace_bytes = 957626, 19 46, 00 21
replace_bytes = 95762A, 1A 46, 00 22
# Values for replace
# Left margin
replace_int = 957626, 0, 00
# Top margin
replace_int = 95762A, 0, 00
</Patch>