summaryrefslogtreecommitdiff
path: root/include/trade.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-02-02 12:44:00 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2019-02-02 12:44:00 +0100
commit363fa9bed25ad58e0b43bf3941903f5e83359f29 (patch)
tree60460c5321d44d0d35597a7f965806a27cbe9bd9 /include/trade.h
parent9d8a43a1fb5d83680bd8509fa3fbc3b491b8bbf8 (diff)
Clean up ram vars
Diffstat (limited to 'include/trade.h')
-rw-r--r--include/trade.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h
index 95a10cacf..0c95e1e81 100644
--- a/include/trade.h
+++ b/include/trade.h
@@ -6,8 +6,11 @@
// Exported type declarations
// Exported RAM declarations
+extern struct MailStruct gUnknown_020321C0[PARTY_SIZE];
+extern u8 gUnknown_02032298[2];
// Exported ROM declarations
+extern const struct WindowTemplate gUnknown_0833900C;
s32 sub_807A728(void);
void sub_80773AC(void);