summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-03 01:16:22 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-03 01:16:22 -0400
commitc3c8fb40cfab23b5db845ce4b2bd3e626a5506dc (patch)
tree1c32e612ccc215ea72d29f5a456273ccfbfb946c /include/constants
parent48e54ae387b81a20cb7a123d4a0639b332631ac9 (diff)
Move trade data, some trade.c clean up documentation
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