diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-26 14:18:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 14:18:38 -0400 |
commit | d6571f2355d356431809668e8e905606a28ce7cf (patch) | |
tree | 9961920c8d686f8e06cd3c050c0ee8bd536b09c4 /src/item_use.c | |
parent | 4f7f6c1082ff759967b42741050534dfbc175361 (diff) | |
parent | 7a89ad98c38cee231a2659135ef487bb5fc5ad9d (diff) |
Merge pull request #1525 from GriffinRichards/doc-recmix
Document remainder of Record Mixing
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-x | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index 665d27e7d..833e80b97 100755 --- a/src/item_use.c +++ b/src/item_use.c @@ -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); } |