diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-17 21:11:05 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-17 21:11:05 +0100 |
commit | fe28e119720c008569833e0acad86d8a15ee8391 (patch) | |
tree | 3d8fa2386161ca31bf7cfb6d3d5e0c110544af4e /src/text/text12.asm | |
parent | a1a2541c9895539082c2d42a25aca7e77b1bd953 (diff) |
More style cleaning up
Diffstat (limited to 'src/text/text12.asm')
-rw-r--r-- | src/text/text12.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/text/text12.asm b/src/text/text12.asm index e381cac..4bc570e 100644 --- a/src/text/text12.asm +++ b/src/text/text12.asm @@ -51,7 +51,7 @@ ScavengeName: ; 602b5 (18:42b5) done ScavengeDescription: ; 602bf (18:42bf) - text "Discard 1 ",TX_PSYCHIC," Energy card attached" + text "Discard 1 ", TX_PSYCHIC, " Energy card attached" line "to Slowpoke in order to use this" line "attack. Put a Trainer card from your" line "discard pile into your hand." @@ -103,7 +103,7 @@ DestinyBondName: ; 6050e (18:450e) done DestinyBondDescription: ; 6051c (18:451c) - text "Discard 1 ",TX_PSYCHIC," Energy card attached to" + text "Discard 1 ", TX_PSYCHIC, " Energy card attached to" line "Gastly in order to use this attack." line "If a Pok`mon Knocks Out Gastly" line "during your opponent's next turn," @@ -334,7 +334,7 @@ PsychicDescription: ; 60ee9 (18:4ee9) done BarrierDescription: ; 60f45 (18:4f45) - text "Discard 1 ",TX_PSYCHIC," Energy card attached to" + text "Discard 1 ", TX_PSYCHIC, " Energy card attached to" line "Mewtwo in order to use this attack." line "During your opponent's next turn," line "prevent all effects of attacks," @@ -889,7 +889,7 @@ RetreatAidName: ; 62796 (18:6796) RetreatAidDescription: ; 627a3 (18:67a3) text "As long as Dodrio is Benched, pay" - line TX_COLORLESS," less to retreat your Active" + line TX_COLORLESS, " less to retreat your Active" line "Pok`mon." done |