Merge pull request #1525 from GriffinRichards/doc-recmix
Document remainder of Record Mixing
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ u8 CheckIfItemIsTMHMOrEvolutionStone(u16 itemId)
|
||||
// Mail in the bag menu can't have a message but it can be checked (view the mail background, no message)
|
||||
static void CB2_CheckMail(void)
|
||||
{
|
||||
struct MailStruct mail;
|
||||
struct Mail mail;
|
||||
mail.itemId = gSpecialVar_ItemId;
|
||||
ReadMail(&mail, CB2_ReturnToBagMenuPocket, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user