Skip to content

Mili_chaohu.res

dpeddi edited this page Aug 29, 2017 · 8 revisions

This is the res file that contains all images that compose the watch faces.

Please consider that these are still speculations.

0x0000-0x0005: HMRES
0x0006-0x0006: Version?
0x0007-0x000F: Filler

0x0010-0x0011: number of bitmap 0x0012-(0x4 * n_of_bmp + 0x014) = references by address to bmp in the res file

0x????- : BMd raw bitmap
0x????- : BMd raw bitmap
0x????- : BMd raw bitmap
[...]
0x????- : possible checksum at the end (unconfirmed)

To get the offset on file of rex "n":

(0x0010[2] * 4 + 0x014) + (4 * n + 0x014[4])