From 50bb1d7ce71279c33030d4d99d6e42e15ef7ba9a Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Sat, 15 Dec 2018 20:36:59 +0530 Subject: [PATCH] Updated HLE AAC Decoder (markdown) --- HLE-AAC-Decoder.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index 9c034c2..5e08c0f 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -1,5 +1,3 @@ -# HLE AAC Decoder - During our reverse engineering efforts, it was found that Pokemon X/Y use `AAC` files for the music. So, to achieve feature parity between LLE & HLE audio, our developer B3N30 implemented an HLE AAC decoder.