summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-04-29 09:56:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-04-29 09:56:44 -0400
commitd0f3c277a7bd68e9c2a44efed04d9c0cdbb64355 (patch)
tree294d2198089ec648e26ffd12cc49ccad7185b150 /include
parent9a91476b81b559db70c9f9cc4467439b55244beb (diff)
Corrections and augmentations to ttower docs
Diffstat (limited to 'include')
-rw-r--r--include/cereader_tool.h2
-rw-r--r--include/easy_chat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h
index 5dd0a7589..b7e9cbe47 100644
--- a/include/cereader_tool.h
+++ b/include/cereader_tool.h
@@ -8,7 +8,7 @@ struct TrainerTowerTrainer
{
/* 0x000 */ u8 name[11];
/* 0x00B */ u8 facilityClass;
- /* 0x00C */ u8 textColor;
+ /* 0x00C */ u8 unkC;
/* 0x00E */ u16 speechBefore[6];
/* 0x01A */ u16 speechWin[6];
/* 0x026 */ u16 speechLose[6];
diff --git a/include/easy_chat.h b/include/easy_chat.h
index 11711cbbc..9c6400fd1 100644
--- a/include/easy_chat.h
+++ b/include/easy_chat.h
@@ -31,7 +31,7 @@ struct EasyChatWordsByLetter
};
u8 *CopyEasyChatWord(u8 *dest, u16 word);
-u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
+u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 columns, u16 rows);
bool8 EC_DoesEasyChatStringFitOnLine(const u16 *easyChatWords, u8 columns, u8 rows, u16 maxLength);
void EC_ResetMEventProfileMaybe(void);
void InitEasyChatPhrases(void);