diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-30 16:04:07 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-30 16:04:07 +0100 |
commit | cf9a3c313b63c78ebcb4077e827eeff9a5940ba0 (patch) | |
tree | ebdf7b58783fe0ae943b486a76727eb40499e433 /src/constants | |
parent | 47736d7c415ea5b38f5d9df83e7fb1e9b12a9e9e (diff) |
Unpack Legendary Moltres AI
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/duel_constants.asm | 2 |
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)" |