summaryrefslogtreecommitdiff
path: root/src/constants/misc_constants.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-06-05 17:38:22 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-06-05 17:38:22 +0100
commitc693d08b4c40c6d9da0be6a77e51c394270356ca (patch)
tree4da16a2409e01d2c8d81a79c4336d7c26bff4b42 /src/constants/misc_constants.asm
parent38ac7a22c3a4a0dc00a55db38330d1740492a7a5 (diff)
parentd4d63a97e41c40d9081a279e3f113177c8640767 (diff)
Merge https://github.com/pret/poketcg into temp
Diffstat (limited to 'src/constants/misc_constants.asm')
-rw-r--r--src/constants/misc_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm
index 033ce71..4147b1d 100644
--- a/src/constants/misc_constants.asm
+++ b/src/constants/misc_constants.asm
@@ -55,6 +55,8 @@ OWMODE_SCRIPT EQU 3
CARDPOP_NAME_LIST_MAX_ELEMS EQU 16
CARDPOP_NAME_LIST_SIZE EQUS "CARDPOP_NAME_LIST_MAX_ELEMS * NAME_BUFFER_LENGTH"
+NUM_CHALLENGE_MACHINE_OPPONENTS EQU 5
+
; commands transmitted through IR to be
; executed by the other device
; (see ExecuteReceivedIRCommands)