feat: tomodachi life data decrypting and fix hair color rendering

This commit is contained in:
trafficlunar 2025-04-05 17:03:18 +01:00
parent fae79e67af
commit 5de6e924f2
4 changed files with 107 additions and 1 deletions

View file

@ -1 +1,4 @@
export const MII_DECRYPTION_KEY = new Uint8Array([0x59, 0xfc, 0x81, 0x7e, 0x64, 0x46, 0xea, 0x61, 0x90, 0x34, 0x7b, 0x20, 0xe9, 0xbd, 0xce, 0x52]);
export const TOMODACHI_LIFE_DECRYPTION_KEY = new Uint8Array([
0x30, 0x81, 0x9f, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01,
]);