Merge pull request #1525 from GriffinRichards/doc-recmix

Document remainder of Record Mixing
This commit is contained in:
GriffinR
2021-10-26 14:18:38 -04:00
committed by GitHub
28 changed files with 678 additions and 636 deletions
+1 -1
View File
@@ -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);
}