Remove use of enum when defining sMessageBoxType

This commit is contained in:
cbt6
2022-07-04 00:28:09 +08:00
parent 951b72145f
commit a4327cd093
+1 -1
View File
@@ -13,7 +13,7 @@ enum
FIELD_MESSAGE_BOX_AUTO_SCROLL,
};
static EWRAM_DATA u8 sMessageBoxType = FIELD_MESSAGE_BOX_HIDDEN;
static EWRAM_DATA u8 sMessageBoxType = 0;
static void ExpandStringAndStartDrawFieldMessageBox(const u8 *str);
static void StartDrawFieldMessageBox(void);