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/oakspeech.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/oakspeech.asm')
| -rw-r--r-- | text/oakspeech.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/oakspeech.asm b/text/oakspeech.asm index 5911092c..e006d16f 100644 --- a/text/oakspeech.asm +++ b/text/oakspeech.asm @@ -42,7 +42,7 @@ _IntroduceRivalText:: prompt _OakSpeechText3:: - text $52,"!" + text "<PLAYER>!" para "Your very own" line "#MON legend is" |
