diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 19:06:06 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 19:06:06 -0500 |
commit | 27f9dd0a97cf6e0a2528ec3744a34a0732ff97fd (patch) | |
tree | d304765817ec063feffaef05f74db9dc583b2210 /include | |
parent | d76901ff6412c319a1044db36e6ab0b98f530d25 (diff) |
sub_800A0C8
Diffstat (limited to 'include')
-rw-r--r-- | include/trade.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h new file mode 100644 index 000000000..15438ff3f --- /dev/null +++ b/include/trade.h @@ -0,0 +1,12 @@ +#ifndef GUARD_TRADE_H +#define GUARD_TRADE_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +int sub_807A728(void); + +#endif //GUARD_TRADE_H |