diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-12-29 06:24:26 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-09 12:38:57 +0800 |
commit | 973cb394b23002acde7d7ea19abc754019dd106c (patch) | |
tree | cf05524128224aceb57dd33f84ea4fdaacb4ecb3 /include/constants | |
parent | 8f1a8972c19f5cd2522c9e7982bd330ac05305e9 (diff) |
librfu through 0x81E13F0
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/trade.h b/include/constants/trade.h index b1371caab..b22cd26d2 100644 --- a/include/constants/trade.h +++ b/include/constants/trade.h @@ -1,4 +1,4 @@ - #ifndef GUARD_CONSTANTS_TRADE_H +#ifndef GUARD_CONSTANTS_TRADE_H #define GUARD_CONSTANTS_TRADE_H // TODO: document trade.c and trade_scene.c with corresponding macros @@ -115,4 +115,4 @@ #define CANT_REGISTER_MON 1 #define CANT_REGISTER_EGG 2 -#endif //GUARD_CONSTANTS_TRADE_H +#endif // GUARD_CONSTANTS_TRADE_H |