summaryrefslogtreecommitdiff
path: root/include/trade.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-02-02 11:17:50 -0600
committerGitHub <noreply@github.com>2019-02-02 11:17:50 -0600
commite8952c2374e0b652ed8e44b461a1b08b2298d925 (patch)
tree22dc6c0f9b967800991a29fb3008f6615a1f779b /include/trade.h
parent47c105bef6b7ceffe98861861b8a47758def0647 (diff)
parent363fa9bed25ad58e0b43bf3941903f5e83359f29 (diff)
Merge pull request #539 from DizzyEggg/ram_vars
Move ram vars in sym files to C
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);