diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-10 12:41:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 12:41:35 -0400 |
commit | f6016838b1b0e2f0cf752b3b44c63e9e9776de4f (patch) | |
tree | c08712b996af85f4fce6156e48eaef86ec2a0fda /include/constants/battle.h | |
parent | 5e82db8dc3f10229635d6825fbcfc742740043f2 (diff) | |
parent | fe1b757af5ae8e8942d747863d04c4c33e5399d8 (diff) |
Merge pull request #1397 from GriffinRichards/doc-moremisc
Clean up battle scripts
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index e6ebc85e4..3dbd83255 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -302,4 +302,8 @@ #define BATTLE_TERRAIN_BUILDING 8 #define BATTLE_TERRAIN_PLAIN 9 +#define B_WAIT_TIME_LONG 64 +#define B_WAIT_TIME_MED 48 +#define B_WAIT_TIME_SHORT 32 + #endif // GUARD_CONSTANTS_BATTLE_H |