mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-14 00:44:26 +08:00
Add BGI CompressedBG v1 decode support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user