Quote:
Originally Posted by GeoffR
See the last line of the patch:
Code:
# Replacement value: Clock display duration (in multiples of 1.024 seconds):
replace_int = 9FA44E, 3, 5
The default value is 5 seconds (actually, 5 * 1.024 = 5.12 seconds), but you can change the 5 to any number in the range 0-255. I have only tested in the range 1-10, but you can try other values and see if it works.
|
Ok. The question was related to the other line that is above the one you mention:
Code:
## This patch changes the length of time the clock is displayed to 5 seconds.
replace_bytes = 9FA44E, 40 F6 B8 31, 03 21 89 02
Is it necessary to change also this line? and , are the values related to the other one (e.g. 03 21 89 02 vs 5)?