Add new game support for escude

This commit is contained in:
2025-12-26 17:29:05 +08:00
parent ce2d901523
commit d8ef082645
6 changed files with 391 additions and 23 deletions

View File

@@ -189,6 +189,10 @@ pub struct Arg {
#[arg(long, global = true)]
/// The path to the Escude enum script file (enum_scr.bin)
pub escude_enum_scr: Option<String>,
#[cfg(feature = "escude")]
#[arg(long, global = true)]
/// Escude game title
pub escude_op: Option<crate::scripts::escude::script::EscudeOp>,
#[cfg(feature = "bgi")]
#[arg(long, action = ArgAction::SetTrue, global = true)]
/// Duplicate same strings when importing into BGI scripts.