Move trade data, some trade.c clean up documentation

This commit is contained in:
GriffinR
2019-10-03 01:16:22 -04:00
parent 48e54ae387
commit c3c8fb40cf
13 changed files with 1377 additions and 1340 deletions

13
include/constants/trade.h Normal file
View File

@@ -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