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_3f.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_3f.asm')
| -rw-r--r-- | text/maps/silph_co_3f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/maps/silph_co_3f.asm b/text/maps/silph_co_3f.asm index a514d3ef..b6a023f9 100644 --- a/text/maps/silph_co_3f.asm +++ b/text/maps/silph_co_3f.asm @@ -4,7 +4,7 @@ _SilphCo3Text_59ff9:: done _SilphCo3Text_59ffe:: - text $52, "! You and" + text "<PLAYER>! You and" line "your #MON" cont "saved us!" done |
