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/route_22.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/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" |
