diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-01-16 14:27:15 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-16 14:27:15 +0100 |
commit | 71ce00b91c13949713ff27694880c87db12ca5a8 (patch) | |
tree | 2eb6a405aded1b63f4b2eb678ffe7786ae09b672 /src/text/textd.asm | |
parent | 4af76a3a54f024e2178f9702244b6aa73ca226fc (diff) |
fix some typos and use lowercase for prepositions in move names
Diffstat (limited to 'src/text/textd.asm')
-rw-r--r-- | src/text/textd.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/textd.asm b/src/text/textd.asm index 2c4bb4c..d300663 100644 --- a/src/text/textd.asm +++ b/src/text/textd.asm @@ -55,10 +55,10 @@ ItemFinderDescription: ; 6434f (19:434f) db "card from your discard pile into\n" db "your hand.",TX_END -GustOfWindName: ; 643c2 (19:43c2) +GustofWindName: ; 643c2 (19:43c2) db TX_START,"Gust of Wind",TX_END -GustOfWindDescription: ; 643d0 (19:43d0) +GustofWindDescription: ; 643d0 (19:43d0) db TX_START,"Choose 1 of your opponent's Benched\n" db "Pok`mon and switch it with his or\n" db "her Active Pok`mon.",TX_END |