diff options
| author | Víctor M. González <helios.vmg@gmail.com> | 2017-07-30 18:46:53 -0300 |
|---|---|---|
| committer | Víctor M. González <helios.vmg@gmail.com> | 2017-07-30 18:46:53 -0300 |
| commit | 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd (patch) | |
| tree | 5b29a35cd2562cbb1422fe37dcb0be89a70dd6f8 /text/maps/silph_co_7f.asm | |
| parent | Fix typos in comments (diff) | |
| download | pokeyellow-5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd.tar.gz pokeyellow-5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd.tar.xz pokeyellow-5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd.zip | |
Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively.
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!" |
