summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-08 12:33:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-08 12:33:21 -0400
commit42c00ee3f3f4083d193aacacff19e1bfc0bf2ac3 (patch)
tree2ccf60553d1b0d23f1c14dd7a07b0fcf3886ef52 /src
parenta9b72fbd7f00a1337c2f91f57d83110dbaeb1fa5 (diff)
Delete unneeded field
Diffstat (limited to 'src')
-rw-r--r--src/easy_chat_2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/easy_chat_2.c b/src/easy_chat_2.c
index 78f8f96f9..38d8d752a 100644
--- a/src/easy_chat_2.c
+++ b/src/easy_chat_2.c
@@ -49,7 +49,6 @@ struct EasyChatScreen
/*0x0F*/ u8 selectWordNumRows;
/*0x10*/ s8 selectWordCursorX;
/*0x11*/ s8 selectWordCursorY;
- /*0x12*/ u8 unk_12;
/*0x14*/ u16 *words;
/*0x18*/ u16 ecWordBuffer[9];
};