diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 21:15:59 -0500 |
commit | 17336221e62e36e31069785622c69cf9e3582b7e (patch) | |
tree | 74a7995a08925ef01273d28c51bf8867e44f5bce /data/common_text/common_text_2.asm | |
parent | 747c9059d4912c275d3e1e708c026b1fe61e3b42 (diff) |
newline before para
Diffstat (limited to 'data/common_text/common_text_2.asm')
-rw-r--r-- | data/common_text/common_text_2.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/common_text/common_text_2.asm b/data/common_text/common_text_2.asm index b209f6048..bddd0d470 100644 --- a/data/common_text/common_text_2.asm +++ b/data/common_text/common_text_2.asm @@ -758,6 +758,7 @@ _EndUsedMove5Text:: UnknownText_0x1c0db0:: text "Huh?" + para "@@" UnknownText_0x1c0db8:: @@ -966,6 +967,7 @@ ContestJudging_SecondPlaceText:: line "@" text_from_ram wBugContestWinnerName text "," + para "who caught a" line "@" text_from_ram StringBuffer1 @@ -973,6 +975,7 @@ ContestJudging_SecondPlaceText:: ContestJudging_SecondPlaceScoreText:: text_start + para "The score was" line "@" deciram wBugContestSecondPlaceScore, 2, 3 @@ -984,6 +987,7 @@ ContestJudging_ThirdPlaceText:: line "@" text_from_ram wBugContestWinnerName text "," + para "who caught a" line "@" text_from_ram StringBuffer1 @@ -991,6 +995,7 @@ ContestJudging_ThirdPlaceText:: ContestJudging_ThirdPlaceScoreText:: text_start + para "The score was" line "@" deciram wBugContestThirdPlaceScore, 2, 3 @@ -1009,6 +1014,7 @@ UnknownText_0x1c1203:: UnknownText_0x1c123a:: text "CURRENT RECORD" + para "@" text_from_ram StringBuffer1 text " caught by" @@ -1312,17 +1318,21 @@ _OakPCText4:: UnknownText_0x1c19cd:: text "Triple-theme" line "trainer ranking!" + para "The SAVE file you" line "just sent might" cont "make the rankings!" + para "" done UnknownText_0x1c1a22:: text "There is no" line "ranking data." + para "Link to obtain" line "ranking data." + para "" done |