Skip to content

Commit c40d883

Browse files
committed
Corrected media offset and length type
1 parent 369e2f5 commit c40d883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GME-Format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Registers can hold 16bit values and are referenced in the play scripts.
117117
The media file table
118118
--------------------
119119

120-
The media file table consists of pairs of offsets and length (both 16bit), and ends right before the position referenced by the the first entry. There is no explicit definition of the number of records in this list.
120+
The media file table consists of pairs of offsets and length (both 32bit), and ends right before the position referenced by the the first entry. There is no explicit definition of the number of records in this list.
121121

122122
The media files themselves are encrypted using a simple scheme, using a magic XOR value (`x`):
123123
- The values `0x00`, `0xFF`, `x` and `x XOR 0xFF` are left alone

0 commit comments

Comments
 (0)