From a45ba99e146e08187bff792fdc752e32752e781f Mon Sep 17 00:00:00 2001
From: halleyscometsw <halleyscometsw@51a99a44-fe44-0410-b1ba-c3e57ba2b86b>
Date: Thu, 19 Mar 2009 14:17:24 +0000
Subject: [PATCH] Amagami ADX key

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@608 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
---
 src/meta/adx_header.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/meta/adx_header.c b/src/meta/adx_header.c
index 0d052ec1..9aaeb714 100644
--- a/src/meta/adx_header.c
+++ b/src/meta/adx_header.c
@@ -227,6 +227,10 @@ static struct {
     /* Sonic Team 2 (Sonic and the Black Knight) */
     /* confirmed unique with guessadx */
     {0x55b7,0x6191,0x5a77},
+
+    /* (Enterbrain) Amagami */
+    /* one of 32 from guessadx */
+    {0x5a17,0x509f,0x5bfd},
 };
 
 static const int key_count = sizeof(keys)/sizeof(keys[0]);