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/route_22.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/route_22.asm')
| -rw-r--r-- | text/maps/route_22.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/maps/route_22.asm b/text/maps/route_22.asm index ac4141eb..3a1d28f0 100644 --- a/text/maps/route_22.asm +++ b/text/maps/route_22.asm @@ -1,6 +1,6 @@ _Route22RivalBeforeBattleText1:: - text $53, ": Hey!" - line $52, "!" + text "<RIVAL>: Hey!" + line "<PLAYER>!" para "You're going to" line "#MON LEAGUE?" @@ -38,7 +38,7 @@ _Route22RivalDefeatedText1:: prompt _Route22Text_511bc:: - text $53, ": What?" + text "<RIVAL>: What?" line "Why do I have 2" cont "#MON?" @@ -47,8 +47,8 @@ _Route22Text_511bc:: prompt _Route22RivalBeforeBattleText2:: - text $53, ": What?" - line $52, "! What a" + text "<RIVAL>: What?" + line "<PLAYER>! What a" cont "surprise to see" cont "you here!" @@ -72,7 +72,7 @@ _Route22RivalAfterBattleText2:: line "up! I'm ready for" cont "#MON LEAGUE!" - para $52, ", you need" + para "<PLAYER>, you need" line "more practice!" para "But hey, you know" |
