diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-09-21 19:32:34 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-09-21 19:32:34 +0200 |
commit | 89e3b966a0dd1ff78757c0b4056cb0b1b1c8c898 (patch) | |
tree | d9f634658f1caa74f702791f0b96fef0c3d095a0 /src/constants | |
parent | 2bf36c743705e426b68d1a053ebcc99c15e2aa33 (diff) |
Document most practice duel code
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/duel_constants.asm | 13 |
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 |