diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-06 22:58:25 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-08 20:25:46 -0400 |
commit | d1bcd60b58dafea5b8e48cc615460a8039ae6c4b (patch) | |
tree | 66b9cb74cc6c9747ff9e9cd49a3faf866a11384c /include/trade.h | |
parent | 66a68159b17f3c4c5f62219fc4bd0ec636d772b5 (diff) |
Document more trade.c
Diffstat (limited to 'include/trade.h')
-rw-r--r-- | include/trade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trade.h b/include/trade.h index 9975e17af..9d48f6b23 100644 --- a/include/trade.h +++ b/include/trade.h @@ -11,7 +11,7 @@ extern struct MailStruct gTradeMail[PARTY_SIZE]; extern u8 gSelectedTradeMonPositions[2]; // Exported ROM declarations -extern const struct WindowTemplate gUnknown_0833900C; +extern const struct WindowTemplate gTradeEvolutionSceneYesNoWindowTemplate; s32 sub_807A728(void); void sub_80773AC(void); |