Add hg3 export support

This commit is contained in:
2025-06-29 16:48:38 +08:00
parent 0a6ac0afcb
commit 7d2522fdf7
13 changed files with 553 additions and 101 deletions

View File

@@ -237,7 +237,7 @@ impl Script for BgiImage {
}
}
} else {
self.data.cpeek_extract_at(0x10, &mut data)?;
self.data.cpeek_exact_at(0x10, &mut data)?;
}
Ok(ImageData {
width: self.width,