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/textb.asm | |
parent | 4af76a3a54f024e2178f9702244b6aa73ca226fc (diff) |
fix some typos and use lowercase for prepositions in move names
Diffstat (limited to 'src/text/textb.asm')
-rw-r--r-- | src/text/textb.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/text/textb.asm b/src/text/textb.asm index 51b1f8e..b52b915 100644 --- a/src/text/textb.asm +++ b/src/text/textb.asm @@ -621,10 +621,10 @@ Zapdos2Description: ; 5e2e7 (17:62e7) db "appear from clouds while wielding\n" db "enormous lightning bolts.",TX_END -PealOfThunderName: ; 5e345 (17:6345) +PealofThunderName: ; 5e345 (17:6345) db TX_START,"Peal of Thunder",TX_END -PealOfThunderDescription: ; 5e356 (17:6356) +PealofThunderDescription: ; 5e356 (17:6356) db TX_START,"When you put Zapdos into play during\n" db "your turn (not during set-up), do\n" db "30 damage to a Pok`mon other than\n" @@ -924,10 +924,10 @@ MarowakName: ; 5f329 (17:7329) BonemerangName: ; 5f332 (17:7332) db TX_START,"Bonemerang",TX_END -CallForFriendName: ; 5f33e (17:733e) +CallforFriendName: ; 5f33e (17:733e) db TX_START,"Call for Friend",TX_END -CallForFriendDescription: ; 5f34f (17:734f) +CallforFriendDescription: ; 5f34f (17:734f) db TX_START,"Search your deck for a ",TX_FIGHTING," Basic\n" db "Pok`mon card and put it onto your\n" db "Bench. Shuffle your deck afterward.\n" |