diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-20 11:55:35 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-20 11:55:35 +0200 |
commit | e4b7ba0977f2029459f08bcfc4d8aa35dbb4fc3c (patch) | |
tree | a52b5b0f69cb0add74add2ce9b2738a048578792 /include/constants/battle.h | |
parent | 25e469b6644377ec4e4f82eab294437a61ea7635 (diff) |
Document some not labeled battle things
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index e5ca9d7ae..34f18c7bc 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -46,7 +46,7 @@ // Battle Type Flags #define BATTLE_TYPE_DOUBLE 0x0001 #define BATTLE_TYPE_LINK 0x0002 -#define BATTLE_TYPE_WILD 0x0004 +#define BATTLE_TYPE_IS_MASTER 0x0004 // In not-link battles, it's always set. #define BATTLE_TYPE_TRAINER 0x0008 #define BATTLE_TYPE_FIRST_BATTLE 0x0010 #define BATTLE_TYPE_20 0x0020 |