diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 19:19:49 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 19:19:49 -0400 |
commit | d4eb5af332ce518baa552c886caa0bf3b2864f75 (patch) | |
tree | 469b3881a6fae4a203d97a4a00fec3b6b0f1d6ef /source/encoding.c | |
parent | ec66a022a8879a5300f2ae64cd86a5d8cfbd1a36 (diff) | |
download | gen3uploader-d4eb5af332ce518baa552c886caa0bf3b2864f75.tar.gz gen3uploader-d4eb5af332ce518baa552c886caa0bf3b2864f75.tar.bz2 gen3uploader-d4eb5af332ce518baa552c886caa0bf3b2864f75.zip |
Major reformatting, cleaning up black magic
Diffstat (limited to 'source/encoding.c')
-rw-r--r-- | source/encoding.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2017 hatkirby | ||
3 | * | ||
4 | * This software may be modified and distributed under the terms | ||
5 | * of the MIT license. See the LICENSE file for details. | ||
6 | * | ||
7 | * Gen 3 proprietary encoding information from Bulbapedia: | ||
8 | * https://bulbapedia.bulbagarden.net/wiki/Character_encoding_in_Generation_III | ||
9 | */ | ||
1 | #include "encoding.h" | 10 | #include "encoding.h" |
2 | 11 | ||
3 | const char charmap[] = { | 12 | const char charmap[] = { |