alastairstevenson
Staff member
Looking at your before and after screenshots above, it does not look like you are changing the values correctly.
If you reduce the 'language byte' (at 0x10 and 0x654) by 1, from 02 to 01, then you need to increase another byte by 01.
It looks like you have changed the other byte at 0x67A from 0x5F to 0x56 - that's more than 1. Should be 0x60.
and you have changed the other byte at 0x1E from 0x4C to 0x58 - that's again more than 1. Should be 0x4D.
If you reduce the 'language byte' (at 0x10 and 0x654) by 1, from 02 to 01, then you need to increase another byte by 01.
It looks like you have changed the other byte at 0x67A from 0x5F to 0x56 - that's more than 1. Should be 0x60.
and you have changed the other byte at 0x1E from 0x4C to 0x58 - that's again more than 1. Should be 0x4D.