struct pointer style patch

This commit is contained in:
PikalaxALT
2020-03-08 13:28:35 -04:00
parent 7a7aaab5d9
commit ddef816f7d
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ struct EasyChatScreen
/*0x18*/ u16 ecWordBuffer[9];
};
static EWRAM_DATA struct EasyChatScreen *sEasyChatScreen = NULL;
static EWRAM_DATA struct EasyChatScreen * sEasyChatScreen = NULL;
static void CB2_EasyChatScreen(void);
static void Task_InitEasyChat(u8 taskId);