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/oaks_lab.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/oaks_lab.asm')
| -rw-r--r-- | text/maps/oaks_lab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/oaks_lab.asm b/text/maps/oaks_lab.asm index 1f02c355..7a6f57b7 100644 --- a/text/maps/oaks_lab.asm +++ b/text/maps/oaks_lab.asm @@ -10,7 +10,7 @@ _OaksLabText40:: cont "greedy like you!" para "Go ahead and" - line "choose, ", $52, "!" + line "choose, <PLAYER>!" done _OaksLabText41:: @@ -49,7 +49,7 @@ _OaksLabMonEnergeticText:: prompt _OaksLabReceivedMonText:: - text $52, " received" + text "<PLAYER> received" line "a @" TX_RAM wcd6d text "!@@" |
