diff options
| author | yenatch <yenatch@gmail.com> | 2017-08-01 16:45:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-01 16:45:26 -0400 |
| commit | a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3 (patch) | |
| tree | 5b29a35cd2562cbb1422fe37dcb0be89a70dd6f8 /text/maps/silph_co_7f.asm | |
| parent | Fix typos in comments (diff) | |
| parent | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "... (diff) | |
| download | pokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.tar.gz pokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.tar.xz pokeyellow-a1ca8aa239837496f98e54c7c246fd9fb9c8a5e3.zip | |
Merge pull request #162 from Helios-vmg/text-corrections
Replaced $xx in text .asm files with "<xxx>" for consistency
Diffstat (limited to 'text/maps/silph_co_7f.asm')
| -rw-r--r-- | text/maps/silph_co_7f.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/maps/silph_co_7f.asm b/text/maps/silph_co_7f.asm index e6ad11c1..1cc2bc30 100644 --- a/text/maps/silph_co_7f.asm +++ b/text/maps/silph_co_7f.asm @@ -145,12 +145,12 @@ _SilphCo7AfterBattleText4:: done _SilphCo7Text_51ebe:: - text $53, ": What" - line "kept you ", $52, "?" + text "<RIVAL>: What" + line "kept you <PLAYER>?" done _SilphCo7Text_51ec3:: - text $53, ": Hahaha!" + text "<RIVAL>: Hahaha!" line "I thought you'd" cont "turn up if I" cont "waited here!" @@ -173,7 +173,7 @@ _SilphCo7Text_51ec8:: prompt _SilphCo7Text_51ecd:: - text $53, ": How can" + text "<RIVAL>: How can" line "I put this?" para "You're not good" @@ -182,7 +182,7 @@ _SilphCo7Text_51ecd:: prompt _SilphCo7Text_51ed2:: - text "Well, ", $52, "!" + text "Well, <PLAYER>!" para "I'm moving on up" line "and ahead!" @@ -202,7 +202,7 @@ _SilphCo7Text_51ed2:: line "world's most" cont "powerful trainer!" - para $52, ", well" + para "<PLAYER>, well" line "good luck to you!" cont "Don't sweat it!" cont "Smell ya!" |
