Add AlteredPinkCrypt (untested)

This commit is contained in:
2026-04-09 12:39:28 +08:00
parent 7ef5d030ac
commit d4c5c76dc7
5 changed files with 29 additions and 0 deletions

View File

@@ -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");