Skip to content

Commit

Permalink
Colorless Weakness and Resistance
Browse files Browse the repository at this point in the history
- WR_COLORLESS can now be used as a weakness or a resistance when editing src/data/cards.asm
  • Loading branch information
Sha0den committed Apr 15, 2024
1 parent 1ffe592 commit 669e9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/card_data_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ DEF WR_LIGHTNING EQU $20
DEF WR_WATER EQU $10
DEF WR_FIGHTING EQU $08
DEF WR_PSYCHIC EQU $04
DEF WR_COLORLESS EQU $02

; CARD_DATA_ATTACK*_CATEGORY constants
DEF DAMAGE_NORMAL EQU $00
Expand Down

0 comments on commit 669e9b7

Please sign in to comment.