From d4eb5af332ce518baa552c886caa0bf3b2864f75 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 11 Jul 2017 19:19:49 -0400 Subject: Major reformatting, cleaning up black magic --- source/encoding.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/encoding.c') diff --git a/source/encoding.c b/source/encoding.c index a69fc7e..7b70df2 100644 --- a/source/encoding.c +++ b/source/encoding.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2017 hatkirby + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + * + * Gen 3 proprietary encoding information from Bulbapedia: + * https://bulbapedia.bulbagarden.net/wiki/Character_encoding_in_Generation_III + */ #include "encoding.h" const char charmap[] = { -- cgit 1.4.1