mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
添加 BGI 脚本导入重复字符串的支持;新增 WriteAt 特性以支持在特定偏移写入数据
This commit is contained in:
@@ -221,6 +221,12 @@ pub struct BGIString {
|
||||
pub typ: BGIStringType,
|
||||
}
|
||||
|
||||
impl BGIString {
|
||||
pub fn is_internal(&self) -> bool {
|
||||
matches!(self.typ, BGIStringType::Internal)
|
||||
}
|
||||
}
|
||||
|
||||
pub struct V0Parser<'a> {
|
||||
buf: MemReaderRef<'a>,
|
||||
largest_code_address_pperand_encountered: usize,
|
||||
|
||||
Reference in New Issue
Block a user