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.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.asm')
| -rw-r--r-- | text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2239,7 +2239,7 @@ _CoinsScatteredText:: prompt _GettingPumpedText:: - text $5a, "'s" + text "<USER>'s" line "getting pumped!" prompt |
