Initial pass on some logging that would be helpful for debugging crashes/problems (#1457)

This commit is contained in:
Garrett Cox
2023-09-14 21:31:05 -05:00
committed by GitHub
parent 0a1e70ebaa
commit 7dffd63c39
6 changed files with 11 additions and 0 deletions
+1
View File
@@ -1576,6 +1576,7 @@ void Message_Decode(PlayState* play) {
extern const char* msgStaticTbl[];
void Message_OpenText(PlayState* play, u16 textId) {
lusprintf(__FILE__, __LINE__, 2, "Display Text - textId: %#x", textId);
static s16 messageStaticIndices[] = { 0, 1, 3, 2 };
MessageContext* msgCtx = &play->msgCtx;
Font* font = &msgCtx->font;