We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d631fb commit 3d230b4Copy full SHA for 3d230b4
1 file changed
mgz/header/de.py
@@ -162,7 +162,7 @@
162
If(lambda ctx: find_save_version(ctx) >= 50, Bytes(8)),
163
If(lambda ctx: find_save_version(ctx) >= 61.5, Flag),
164
If(lambda ctx: find_save_version(ctx) >= 63, Bytes(5)),
165
- If(lambda ctx: find_save_version(ctx) >= 64.3 and ctx.game_type == 5, Bytes(1)), # Campaign ?
+ If(lambda ctx: find_save_version(ctx) >= 64.3 and ctx.game_type == 5, Bytes(4)), # Campaign ?
166
de_string,
167
Bytes(5),
168
If(lambda ctx: find_save_version(ctx) >= 13.13, Byte),
0 commit comments