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/maps/bruno.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/maps/bruno.asm')
| -rw-r--r-- | text/maps/bruno.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/maps/bruno.asm b/text/maps/bruno.asm index 39898eb5..9c493c4a 100644 --- a/text/maps/bruno.asm +++ b/text/maps/bruno.asm @@ -11,7 +11,7 @@ _BrunoBeforeBattleText:: line "trained with" cont "my #MON!" - para $52, "!" + para "<PLAYER>!" para "We will grind you" line "down with our" |
