Add BGI CompressedBG v1 decode support

This commit is contained in:
2025-06-16 13:51:24 +08:00
parent d807b9fe5b
commit b2b1d14acf
5 changed files with 471 additions and 1 deletions

View File

@@ -235,6 +235,10 @@ pub enum ScriptType {
#[value(alias("ethornell-img"))]
/// Buriko General Interpreter/Ethornell image (Image files in sysgrp.arc)
BGIImg,
#[cfg(feature = "bgi-img")]
#[value(alias("ethornell-cbg"))]
/// Buriko General Interpreter/Ethornell Compressed Background image (CBG)
BGICbg,
#[cfg(feature = "escude-arc")]
/// Escude bin archive
EscudeArc,