summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/trade.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants/trade.h b/include/constants/trade.h
new file mode 100644
index 000000000..1afa3b263
--- /dev/null
+++ b/include/constants/trade.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_CONSTANTS_TRADE_H
+#define GUARD_CONSTANTS_TRADE_H
+
+#define TRADE_PLAYER 0
+#define TRADE_PARTNER 1
+#define TRADE_PARTICIPANT_COUNT 2
+
+#define INGAME_TRADE_SEEDOT 0
+#define INGAME_TRADE_PLUSLE 1
+#define INGAME_TRADE_HORSEA 2
+#define INGAME_TRADE_MEOWTH 3
+
+#endif //GUARD_CONSTANTS_TRADE_H