diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2018-07-25 18:08:48 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-25 18:08:48 +0200 |
| commit | f10e8a01cb30cae510af5ea613031783b61e880f (patch) | |
| tree | fb34f59373a759045bd5b56b3ee9344b63cde97a /src/constants | |
| parent | e10c10442021c525590af916829426497aba144d (diff) | |
More duel related stuff
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/duel_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 9171854..fdd0966 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -81,8 +81,8 @@ DUELVARS_NUMBER_OF_POKEMON_IN_PLAY_AREA EQUS "LOW(wPlayerNumberOfPokemonInPlayA DUELVARS_ARENA_CARD_STATUS EQUS "LOW(wPlayerArenaCardStatus)" ; f0 DUELVARS_DUELIST_TYPE EQUS "LOW(wPlayerDuelistType)" ; f1 DUELVARS_ARENA_CARD_DISABLED_MOVE_INDEX EQUS "LOW(wPlayerArenaCardDisabledMoveIndex)" ; f2 -DUELVARS_ARENA_CARD_LAST_TURN_DAMAGE EQUS "LOW(wPlayerArenaCardLastTurnDamage)" ; f3 -DUELVARS_ARENA_CARD_LAST_TURN_STATUS EQUS "LOW(wPlayerArenaCardLastTurnStatus)" ; f5 +DUELVARS_ARENA_CARD_LAST_TURN_DAMAGE EQUS "LOW(wPlayerArenaCardLastTurnDamage)" ; f3 +DUELVARS_ARENA_CARD_LAST_TURN_STATUS EQUS "LOW(wPlayerArenaCardLastTurnStatus)" ; f5 ; card location constants (DUELVARS_CARD_LOCATIONS) CARD_LOCATION_DECK EQU $00 |
