mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 08:38:51 +08:00
Update ImageRMT.cs
I unpacked many elf games and found that the rmt images are all game resources for the ai6win engine
This commit is contained in:
@@ -34,7 +34,7 @@ namespace GameRes.Formats.Elf
|
||||
public class RmtFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "RMT"; } }
|
||||
public override string Description { get { return "Ai5 engine compressed image format"; } }
|
||||
public override string Description { get { return "Ai6 engine compressed image format"; } }
|
||||
public override uint Signature { get { return 0x20544D52; } } // 'RMT '
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||
|
||||
Reference in New Issue
Block a user