diff --git a/Frameworks/vgmstream/vgmstream/src/meta/adx_header.c b/Frameworks/vgmstream/vgmstream/src/meta/adx_header.c index 9da930143..223dac6ed 100644 --- a/Frameworks/vgmstream/vgmstream/src/meta/adx_header.c +++ b/Frameworks/vgmstream/vgmstream/src/meta/adx_header.c @@ -448,6 +448,9 @@ static struct { */ {0x5c33,0x4133,0x4ce7}, + // Storm Lover Natsu Koi!! (2011-08-04)(Vridge)(D3 Publisher) + {0x4133,0x5a01,0x5723}, + }; /* type 9 keys */ @@ -457,6 +460,9 @@ static struct { /* Phantasy Star Online 2 * guessed with degod */ {0x07d2,0x1ec5,0x0c7f}, + /* Dragon Ball Z: Dokkan Battle + * guessed with degod */ + {0x0003,0x0d19,0x043b}, }; static const int keys_8_count = sizeof(keys_8)/sizeof(keys_8[0]);