summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-04-30 16:04:07 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-04-30 16:04:07 +0100
commitcf9a3c313b63c78ebcb4077e827eeff9a5940ba0 (patch)
treeebdf7b58783fe0ae943b486a76727eb40499e433 /src/constants
parent47736d7c415ea5b38f5d9df83e7fb1e9b12a9e9e (diff)
Unpack Legendary Moltres AI
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/duel_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm
index b667c50..9cdc73b 100644
--- a/src/constants/duel_constants.asm
+++ b/src/constants/duel_constants.asm
@@ -3,6 +3,8 @@ MAX_PLAY_AREA_POKEMON EQU 6 ; arena + bench
MAX_HP EQU 120
HP_BAR_LENGTH EQU MAX_HP / 10
+STARTING_HAND_SIZE EQU 7
+
; hWhoseTurn constants
PLAYER_TURN EQUS "HIGH(wPlayerDuelVariables)"
OPPONENT_TURN EQUS "HIGH(wOpponentDuelVariables)"