aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/bruno.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-12-06 14:04:42 -0700
committerIIMarckus <iimarckus@gmail.com>2015-12-06 14:04:42 -0700
commitf33bd1d89e03b7eec679048ffdf704551b22fde0 (patch)
tree935b541241a385d9ebfed8fc79ce3e60d2a0489e /text/maps/bruno.asm
parentfix repository links (diff)
downloadpokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.gz
pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.xz
pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.zip
Improve diffability with pokeyellow; remove address comments and ifs.
Diffstat (limited to 'text/maps/bruno.asm')
-rw-r--r--text/maps/bruno.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/text/maps/bruno.asm b/text/maps/bruno.asm
index 70421db2..ddcbdb59 100644
--- a/text/maps/bruno.asm
+++ b/text/maps/bruno.asm
@@ -1,4 +1,4 @@
-_BrunoBeforeBattleText:: ; 86749 (21:6749)
+_BrunoBeforeBattleText::
text "I am BRUNO of"
line "the ELITE FOUR!"
@@ -20,18 +20,18 @@ _BrunoBeforeBattleText:: ; 86749 (21:6749)
para "Hoo hah!"
done
-_BrunoEndBattleText:: ; 86805 (21:6805)
+_BrunoEndBattleText::
text "Why?"
line "How could I lose?"
prompt
-_BrunoAfterBattleText:: ; 8681d (21:681d)
+_BrunoAfterBattleText::
text "My job is done!"
line "Go face your next"
cont "challenge!"
done
-_BrunoDontRunAwayText:: ; 8684b (21:684b)
+_BrunoDontRunAwayText::
text "Someone's voice:"
line "Don't run away!"
done