summaryrefslogtreecommitdiff
path: root/src/constants/duel_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/duel_constants.asm')
-rw-r--r--src/constants/duel_constants.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm
index ee6b940..d9b9e9c 100644
--- a/src/constants/duel_constants.asm
+++ b/src/constants/duel_constants.asm
@@ -188,3 +188,16 @@ CHECK_PLAY_AREA EQU $0a
;NONE EQU $00
PLAY_CHECK EQU $01
SELECT_CHECK EQU $02
+
+; constants for PracticeDuelActionTable entries
+ const_def 1
+ const PRACTICEDUEL_DRAW_SEVEN_CARDS
+ const PRACTICEDUEL_PLAY_GOLDEEN
+ const PRACTICEDUEL_PUT_STARYU_IN_BENCH
+ const PRACTICEDUEL_VERIFY_INITIAL_PLAY
+ const PRACTICEDUEL_DONE_PUTTING_ON_BENCH
+ const PRACTICEDUEL_PRINT_TURN_INSTRUCTIONS
+ const PRACTICEDUEL_VERIFY_PLAYER_TURN_ACTIONS
+ const PRACTICEDUEL_REPEAT_INSTRUCTIONS
+ const PRACTICEDUEL_PLAY_STARYU_FROM_BENCH
+ const PRACTICEDUEL_REPLACE_KNOCKED_OUT_POKEMON