diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-23 10:55:46 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-24 15:49:19 -0400 |
commit | 7f3c52993573b3cc1c8d1013c68d9b57c3146bd7 (patch) | |
tree | 82cf1587492e4c114825e9570526a367169e7e51 /include/trade.h | |
parent | 0fbf5f59b3e142ccfae0cb193f475ecd704c8746 (diff) |
Document record mixing mail swap
Diffstat (limited to 'include/trade.h')
-rw-r--r-- | include/trade.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/trade.h b/include/trade.h index 05a905ab3..a0cb320a8 100644 --- a/include/trade.h +++ b/include/trade.h @@ -4,13 +4,9 @@ #include "link_rfu.h" #include "constants/trade.h" -// Exported type declarations - -// Exported RAM declarations -extern struct MailStruct gTradeMail[PARTY_SIZE]; +extern struct Mail gTradeMail[PARTY_SIZE]; extern u8 gSelectedTradeMonPositions[2]; -// Exported ROM declarations extern const struct WindowTemplate gTradeEvolutionSceneYesNoWindowTemplate; s32 GetGameProgressForLinkTrade(void); |