summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-21 18:14:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-21 18:14:36 -0400
commitaa3a3224c6077e7f7c9e05b402ecd5e023aac88f (patch)
tree616e92113e1819043944a1f13cf0d3e4758fd0e3 /constants/script_constants.asm
parent381a4b443b0453a5b2f6c59f857c523612e015af (diff)
Use numeric constants in text strings with "{d:interpolation}"
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm
index 34459a3c..777bde16 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -273,6 +273,14 @@ NUM_DECODESCS EQU const_value
const BUGCONTEST_BOXED_MON ; 1
const BUGCONTEST_NO_CATCH ; 2
+; Bug-Catching Contest values
+BUG_CONTEST_BALLS EQU 20
+BUG_CONTEST_MINUTES EQU 20
+BUG_CONTEST_SECONDS EQU 0
+BUG_CONTEST_PLAYER EQU 1
+NUM_BUG_CONTESTANTS EQU 10 ; not counting the player
+BUG_CONTESTANT_SIZE EQU 4
+
; HealMachineAnim setval arguments
; HealMachineAnim.Pointers indexes (see engine/events/heal_machine_anim.asm)
const_def