From a80ff2b50facaa2df80fe4e65c5f4206a32dee69 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sun, 18 Sep 2016 13:52:19 +0200 Subject: duelist type constants --- src/constants/duel_constants.asm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 658798f..104799d 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -42,8 +42,13 @@ CARD_LOCATION_BENCH_3 EQU $13 CARD_LOCATION_BENCH_4 EQU $14 CARD_LOCATION_BENCH_5 EQU $15 +;;; duelist types +DUELIST_TYPE_PLAYER EQU $00 +DUELIST_TYPE_LINK_OPP EQU $01 +DUELIST_TYPE_AI_OPP EQU $80 + ;;; constant values -DUEL_MAX_POKEMON_IN_PLAY EQU $06 +MAX_POKEMON_IN_PLAY EQU $06 ;;; status conditions ; two statuses can be combined if they are identified by a different nybble -- cgit v1.2.3