From 1d63499fa73f028a5409ff358caedc8972a57552 Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Mon, 8 Jun 2015 02:09:10 -0500 Subject: Remove (incorrect) address comments Conflicts: text.asm --- text/maps/bruno.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'text/maps/bruno.asm') diff --git a/text/maps/bruno.asm b/text/maps/bruno.asm index f704a4a6..dea3d201 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 -_UnnamedText_763d2:: ; 8684b (21:684b) +_UnnamedText_763d2:: text "Someone's voice:" line "Don't run away!" done -- cgit v1.3.1-sl0p