diff options
author | JappaWakka <31563291+JappaWakka@users.noreply.github.com> | 2020-04-23 14:58:43 +0200 |
---|---|---|
committer | JappaWakka <31563291+JappaWakka@users.noreply.github.com> | 2020-04-23 14:58:43 +0200 |
commit | 676b6a4c31cfd08a82fdf1a58adad16f0bb64eb0 (patch) | |
tree | 72860182ba91536e899a741ed530fa8b5ca9ca32 /src/data | |
parent | e330142a3d14f5d737bc74c162cc04059075b5bb (diff) |
First contributions
- Renamed some generic variables
- Changed variable ThrashDescriptiPn to ThrashDescriptiOn (TrashDescription, the O and P were to clarify which letter I changed)
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/cards.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/cards.asm b/src/data/cards.asm index 8bbc091..a15f0e5 100644 --- a/src/data/cards.asm +++ b/src/data/cards.asm @@ -1114,7 +1114,7 @@ NidokingCard: ; 31279 (c:5279) ; move 1 energy GRASS, 1, COLORLESS, 2 ; energies tx ThrashName ; name - tx ThrashDescriptipn ; description + tx ThrashDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_PLUS ; category |