diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:27:27 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-06 12:27:27 -0600 |
commit | b3551bc2f328c286c6ecc45ea288665d46b44260 (patch) | |
tree | 073770933fd52f710691952c4ddb8d27b258937d /src/easy_chat_1.c | |
parent | 818dfa314e1658ab797af686fedd464c9fda6557 (diff) |
fix some code and formatting anomalies
Diffstat (limited to 'src/easy_chat_1.c')
-rw-r--r-- | src/easy_chat_1.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/easy_chat_1.c b/src/easy_chat_1.c index a1a67152e..e5b6cf7c3 100644 --- a/src/easy_chat_1.c +++ b/src/easy_chat_1.c @@ -91,19 +91,19 @@ const struct EasyChatPrompt gUnknown_083DB6F4[] = const u8 gUnknown_083DB7C0[][2] = { - { 0, 6}, - { 1, 7}, - { 1, 8}, - { 1, 9}, - { 2, 10}, - {16, 13}, - { 4, 12}, - { 3, 13}, - { 3, 13}, - { 5, 14}, - { 3, 13}, - { 3, 13}, - { 3, 13}, + { 0, 6}, + { 1, 7}, + { 1, 8}, + { 1, 9}, + { 2, 10}, + {16, 13}, + { 4, 12}, + { 3, 13}, + { 3, 13}, + { 5, 14}, + { 3, 13}, + { 3, 13}, + { 3, 13}, {15, 13}, }; |