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/text9.asm | |
parent | a1a2541c9895539082c2d42a25aca7e77b1bd953 (diff) |
More style cleaning up
Diffstat (limited to 'src/text/text9.asm')
-rw-r--r-- | src/text/text9.asm | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/src/text/text9.asm b/src/text/text9.asm index 17cd8cf..12f2203 100644 --- a/src/text/text9.asm +++ b/src/text/text9.asm @@ -1,6 +1,6 @@ Text073f: ; 54000 (15:4000) text "Who?" - line "Oh! It's you, ",TX_RAM1,"..." + line "Oh! It's you, ", TX_RAM1, "..." line "I couldn't believe that I could" line "lose, but now..." line "Now I understand." @@ -16,14 +16,14 @@ Text073f: ; 54000 (15:4000) line "the different cards to build " line "different types of Decks, and" line "to play against different people!" - line "So...",TX_RAM1,"..." + line "So...", TX_RAM1, "..." line "Will you play with me again?" line "With all sorts of different Decks?" line "And this time, I not gonna lose!" done Text0740: ; 54223 (15:4223) - text "Oh, hi ",TX_RAM1,"..." + text "Oh, hi ", TX_RAM1, "..." line "Do you want to Duel?" done @@ -115,7 +115,7 @@ Text074c: ; 546cf (15:46cf) done Text074d: ; 5471b (15:471b) - text "If I use ",TX_RAM2," now," + text "If I use ", TX_RAM2, " now," line "This will happen..." done @@ -420,7 +420,7 @@ Text0781: ; 5557a (15:557a) done Text0782: ; 55621 (15:5621) - text "Hi, ",TX_RAM1,"." + text "Hi, ", TX_RAM1, "." line "Would you like to duel?" line "The Legendary Cards will eventually" line "belong to me!" @@ -429,7 +429,7 @@ Text0782: ; 55621 (15:5621) done Text0783: ; 5569c (15:569c) - text "Hi, ",TX_RAM1,"." + text "Hi, ", TX_RAM1, "." line "Would you like to duel?" done @@ -634,7 +634,7 @@ Text07a2: ; 56049 (15:6049) Text07a3: ; 5606c (15:606c) text "I am Gene, the Master of the" line "Rock Club! Rock is good..." - line "Isn't Rock good, ",TX_RAM1,"...?" + line "Isn't Rock good, ", TX_RAM1, "...?" line "Rock is hard and strong!" line "Doesn't crumble under pressure!" line "After you Duel me, you'll know " @@ -1010,7 +1010,7 @@ Text07d4: ; 5705e (15:705e) done Text07d5: ; 57075 (15:7075) - text TX_RAM1,"'s Score" + text TX_RAM1, "'s Score" done Text07d6: ; 57080 (15:7080) @@ -1023,7 +1023,7 @@ Text07d7: ; 570a4 (15:70a4) Text07d8: ; 570be (15:70be) text "Maximum Consecutive Wins" - line " [ ",TX_RAM2," ]" + line " [ ", TX_RAM2, " ]" done Text07d9: ; 570e3 (15:70e3) @@ -1031,13 +1031,13 @@ Text07d9: ; 570e3 (15:70e3) done Text07da: ; 570e9 (15:70e9) - text TX_RAM1," ",TX_RAM3," Consecutive Wins!" + text TX_RAM1, " ", TX_RAM3, " Consecutive Wins!" line "" - text TX_RAM3," opponent is ",TX_RAM2,"." + text TX_RAM3, " opponent is ", TX_RAM2, "." done Text07db: ; 57112 (15:7112) - text TX_RAM3," opponent is ",TX_RAM2,"." + text TX_RAM3, " opponent is ", TX_RAM2, "." done Text07dc: ; 57124 (15:7124) @@ -1063,13 +1063,13 @@ Text07e0: ; 571bd (15:71bd) done Text07e1: ; 571df (15:71df) - text "You lost to the ",TX_RAM3," opponent," - line TX_RAM2,"!" + text "You lost to the ", TX_RAM3, " opponent," + line TX_RAM2, "!" done Text07e2: ; 571ff (15:71ff) - text TX_RAM1,"'s consecutive wins" - line "ended at ",TX_RAM3,"." + text TX_RAM1, "'s consecutive wins" + line "ended at ", TX_RAM3, "." done Text07e3: ; 57221 (15:7221) @@ -1082,7 +1082,7 @@ Text07e4: ; 57240 (15:7240) Text07e5: ; 5725f (15:725f) text "Congratulations!" - line "You won against ",TX_RAM3," opponents!" + line "You won against ", TX_RAM3, " opponents!" done DefeatedFiveOpponentsText: ; 5728e (15:728e) @@ -1091,13 +1091,13 @@ DefeatedFiveOpponentsText: ; 5728e (15:728e) done Text07e7: ; 572ba (15:72ba) - text TX_RAM1," successfully defeated " - line "5 opponents ",TX_START,TX_RAM3," time(s)!!!" + text TX_RAM1, " successfully defeated " + line "5 opponents ", TX_START, TX_RAM3, " time(s)!!!" done ConsecutiveWinRecordIncreasedText: ; 572ee (15:72ee) - text TX_RAM1,"'s consecutive win" - line "record increased to ",TX_RAM3,"!" + text TX_RAM1, "'s consecutive win" + line "record increased to ", TX_RAM3, "!" done Text07e9: ; 5731a (15:731a) @@ -1153,27 +1153,27 @@ Text07f5: ; 5736a (15:736a) done Text07f6: ; 5736d (15:736d) - db $03,$50,TX_FIRE,$03,$51 + db $03,$50, TX_FIRE, $03,$51 done Text07f7: ; 57374 (15:7374) - db $03,$50,TX_LIGHTNING,$03,$51 + db $03,$50, TX_LIGHTNING, $03,$51 done Text07f8: ; 5737b (15:737b) - db $03,$50,TX_WATER,$03,$51 + db $03,$50, TX_WATER, $03,$51 done Text07f9: ; 57382 (15:7382) - db $03,$50,TX_FIGHTING,$03,$51 + db $03,$50, TX_FIGHTING, $03,$51 done Text07fa: ; 57389 (15:7389) - db $03,$50,TX_PSYCHIC,$03,$51 + db $03,$50, TX_PSYCHIC, $03,$51 done Text07fb: ; 57390 (15:7390) - db $03,$50,TX_GRASS,$03,$51 + db $03,$50, TX_GRASS, $03,$51 done GrassEnergyName: ; 57397 (15:7397) @@ -1181,7 +1181,7 @@ GrassEnergyName: ; 57397 (15:7397) done GrassEnergyDescription: ; 573a5 (15:73a5) - text "Provides 1 ",TX_GRASS," Energy." + text "Provides 1 ", TX_GRASS, " Energy." done FireEnergyName: ; 573bc (15:73bc) @@ -1189,7 +1189,7 @@ FireEnergyName: ; 573bc (15:73bc) done FireEnergyDescription: ; 573c9 (15:73c9) - text "Provides 1 ",TX_FIRE," Energy." + text "Provides 1 ", TX_FIRE, " Energy." done WaterEnergyName: ; 573e0 (15:73e0) @@ -1197,7 +1197,7 @@ WaterEnergyName: ; 573e0 (15:73e0) done WaterEnergyDescription: ; 573ee (15:73ee) - text "Provides 1 ",TX_WATER," Energy." + text "Provides 1 ", TX_WATER, " Energy." done LightningEnergyName: ; 57405 (15:7405) @@ -1205,7 +1205,7 @@ LightningEnergyName: ; 57405 (15:7405) done LightningEnergyDescription: ; 57417 (15:7417) - text "Provides 1 ",TX_LIGHTNING," Energy." + text "Provides 1 ", TX_LIGHTNING, " Energy." done FightingEnergyName: ; 5742e (15:742e) @@ -1213,7 +1213,7 @@ FightingEnergyName: ; 5742e (15:742e) done FightingEnergyDescription: ; 5743f (15:743f) - text "Provides 1 ",TX_FIGHTING," Energy." + text "Provides 1 ", TX_FIGHTING, " Energy." done PsychicEnergyName: ; 57456 (15:7456) @@ -1221,7 +1221,7 @@ PsychicEnergyName: ; 57456 (15:7456) done PsychicEnergyDescription: ; 57466 (15:7466) - text "Provides 1 ",TX_PSYCHIC," Energy." + text "Provides 1 ", TX_PSYCHIC, " Energy." done DoubleColorlessEnergyName: ; 5747d (15:747d) @@ -1229,7 +1229,7 @@ DoubleColorlessEnergyName: ; 5747d (15:747d) done DoubleColorlessEnergyDescription: ; 57496 (15:7496) - text "Provides ",TX_COLORLESS,TX_COLORLESS," Energy. (Doesn't" + text "Provides ", TX_COLORLESS, TX_COLORLESS, " Energy. (Doesn't" line "count as a basic Energy card.) " line "Colorless Energy can't be used to" line "pay colored Energy costs. (Any type" @@ -1340,7 +1340,7 @@ EnergyTransName: ; 57960 (15:7960) EnergyTransDescription: ; 5796e (15:796e) text "As often as you like during your" line "turn (before your attack), you may" - line "take 1 ",TX_GRASS," Energy card attached to 1" + line "take 1 ", TX_GRASS, " Energy card attached to 1" line "of your Pok`mon and attach it to a" line "different one. This power can't be" line "used if Venusaur is Asleep," |