mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
Add AlteredPinkCrypt (untested)
This commit is contained in:
BIN
msg_tool_xp3data/bin/altered_pink.bin
Normal file
BIN
msg_tool_xp3data/bin/altered_pink.bin
Normal file
Binary file not shown.
@@ -109,6 +109,10 @@
|
||||
"ControlBlockName": "akuratsu.bin",
|
||||
"Title": "あくらつ~恥辱の百合姉妹~"
|
||||
},
|
||||
"Altered Pink": {
|
||||
"$type": "AlteredPinkCrypt",
|
||||
"Title": "アルタードピンク~特務戦隊デュエルレンジャー~"
|
||||
},
|
||||
"Ama Koi Syrups": {
|
||||
"$type": "HashCrypt",
|
||||
"Title": "あま恋シロップス ~恥じらう恋心でシたくなる甘神様の恋祭り~ | 甘神大人的糖浆恋祭"
|
||||
|
||||
@@ -12,3 +12,6 @@ pub fn get_crypt_data() -> String {
|
||||
decoder.read_to_string(&mut out).unwrap();
|
||||
out
|
||||
}
|
||||
|
||||
/// AlteredPink KeyTable
|
||||
pub const ALTERED_PINK_KEY_TABLE: &[u8] = include_bytes!("bin/altered_pink.bin");
|
||||
|
||||
Reference in New Issue
Block a user