Quote:
Originally Posted by Karmylla
Ok, so, you know how in each book's statistics, it shows the total of hours you spent reading it (which correlates with the total amount of hours it takes to read each book)? Is there a way to add those numbers?
This would imply changing the number of hours in each finished book, so I don't know if it's manageable.
|
Yes, but you'd need to do it for each book manually (until I finish reverse-engineering the checksum, which is quite a fun [but time consuming] challenge). To set the amount of time added in the patch, convert it to seconds, then go here:
http://armconverter.com/ and enter
MOVW R0, #65535, where 65535 is the number of seconds to add (65535 is the max). Then, copy the output in the Thumb HEX box into the ReplaceH part of the patch.