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/textc.asm | |
parent | 4af76a3a54f024e2178f9702244b6aa73ca226fc (diff) |
fix some typos and use lowercase for prepositions in move names
Diffstat (limited to 'src/text/textc.asm')
-rw-r--r-- | src/text/textc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/textc.asm b/src/text/textc.asm index 08e78ee..7243527 100644 --- a/src/text/textc.asm +++ b/src/text/textc.asm @@ -605,10 +605,10 @@ Jigglypuff3Description: ; 62145 (18:6145) WigglytuffName: ; 621ac (18:61ac) db TX_START,"Wigglytuff",TX_END -DoTheWaveName: ; 621b8 (18:61b8) +DotheWaveName: ; 621b8 (18:61b8) db TX_START,"Do the Wave",TX_END -DoTheWaveDescription: ; 621c5 (18:61c5) +DotheWaveDescription: ; 621c5 (18:61c5) db TX_START,"Does 10 damage plus 10 more damage\n" db "for each of your Benched Pok`mon.",TX_END |