diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 17:25:30 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2016-03-05 20:10:31 +0100 |
| commit | 102fa38ab095c26b49a23a1e75e3b2087d131541 (patch) | |
| tree | 45aabdd09ea871e7b746c8fb1da2c9020ead05ba /src/data | |
| parent | 4f740092b306c1652131fe37dde65d35a42a0b6b (diff) | |
figure out substatus duelvars
ex can't attack status
Diffstat (limited to 'src/data')
| -rwxr-xr-x | src/data/cards.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/cards.asm b/src/data/cards.asm index ca5aa34..a09d940 100755 --- a/src/data/cards.asm +++ b/src/data/cards.asm @@ -3967,7 +3967,7 @@ HorseaCard: ; 320b1 (c:60b1) ; move 1 energy WATER, 1 ; energies tx SmokescreenName ; name - tx HorseasSmokescreenDescription ; description + tx OpponentAttackMayDoNothingDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category @@ -5905,7 +5905,7 @@ SandshrewCard: ; 32a57 (c:6a57) ; move 1 energy FIGHTING, 1 ; energies tx SandAttackName ; name - tx HorseasSmokescreenDescription ; description + tx OpponentAttackMayDoNothingDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category @@ -6480,7 +6480,7 @@ GolemCard: ; 32d22 (c:6d22) ; move 2 energy FIGHTING, 4 ; energies tx SelfdestructName ; name - tx AvalancheDescription ; description + tx GolemsSelfdestructDescription ; description dw NONE ; description (cont) db 100 ; damage db DAMAGE_NORMAL ; category |
