diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-12 19:51:19 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-16 12:00:35 -0600 |
commit | 248b85c3cb41771b8bf20699c5740e894946fb14 (patch) | |
tree | 7b17a9ea0566beff67c74e141d0d29ce04f704d9 /include/constants/battle_frontier.h | |
parent | dadaba3075b240acdd314fd3cc779e22d36d310a (diff) |
Document Frontier Exchange Corner scripts
Diffstat (limited to 'include/constants/battle_frontier.h')
-rw-r--r-- | include/constants/battle_frontier.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h index b849686f5..5473f04c6 100644 --- a/include/constants/battle_frontier.h +++ b/include/constants/battle_frontier.h @@ -77,6 +77,11 @@ // For 'ShowFacilityResultsWindow' function which is a part of the 'CallFrontierUtilFunc' special. #define RESULTS_LINK_CONTEST 7 +#define EXCHANGE_CORNER_DECOR1_CLERK 0 +#define EXCHANGE_CORNER_DECOR2_CLERK 1 +#define EXCHANGE_CORNER_VITAMIN_CLERK 2 +#define EXCHANGE_CORNER_HOLD_ITEM_CLERK 3 + #define F_EV_SPREAD_HP (1 << 0) #define F_EV_SPREAD_ATTACK (1 << 1) #define F_EV_SPREAD_DEFENSE (1 << 2) |