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/bruno.asm | |
parent | 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 (diff) | |
parent | 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd (diff) |
Merge pull request #162 from Helios-vmg/text-corrections
Replaced $xx in text .asm files with "<xxx>" for consistency
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" |