diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 01:07:17 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 01:07:17 -0400 |
commit | 61d54c967acbbfdc0aaeb3f96d5f7d4aa94c6dcf (patch) | |
tree | a679caab07a4e8d98c59d32bfae685803cefa97e /include/battle.h | |
parent | 93f767e26de82d1d4133e719a758578ede98b306 (diff) |
formatting
Diffstat (limited to 'include/battle.h')
-rwxr-xr-x | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index c57c9c238..fb5077f6a 100755 --- a/include/battle.h +++ b/include/battle.h @@ -62,7 +62,7 @@ #define STATUS3_ON_AIR 0x40 #define STATUS3_UNDERGROUND 0x80 #define STATUS3_MINIMIZED 0x100 -#define STATUS3_ROOTED 0x400 +#define STATUS3_ROOTED 0x400 #define STATUS3_CHARGED_UP 0x200 #define STATUS3_YAWN 0x1800 //two bits #define STATUS3_IMPRISIONED 0x2000 @@ -87,7 +87,7 @@ #define HITMARKER_IGNORE_ON_AIR 0x00010000 #define HITMARKER_IGNORE_UNDERGROUND 0x00020000 #define HITMARKER_IGNORE_UNDERWATER 0x00040000 -#define HITMARKER_x80000 0x00080000 +#define HITMARKER_x80000 0x00080000 #define HITMARKER_x100000 0x00100000 #define HITMARKER_x400000 0x00400000 #define HITMARKER_x800000 0x00800000 |