summaryrefslogtreecommitdiff
path: root/include/constants/battle.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-02 02:27:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-03 11:49:06 -0400
commit9ea9ffde09c9f3ca1772045935b3b0bd858232a0 (patch)
treed4af51f0ee17fcc2bd51cc19fd62f5524a526ef9 /include/constants/battle.h
parenta836bd1085c64f34d58584cb0e510d9af72a586c (diff)
Add remaining multistring chooser constants
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r--include/constants/battle.h4
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