From 31f074542bd5da787d95001fefd6cd944153fed3 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 22 Jan 2014 16:18:39 -0500 Subject: split out a bunch of map text --- text/maps/victory_road_1f.asm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 text/maps/victory_road_1f.asm (limited to 'text/maps/victory_road_1f.asm') diff --git a/text/maps/victory_road_1f.asm b/text/maps/victory_road_1f.asm new file mode 100644 index 00000000..e23f26f8 --- /dev/null +++ b/text/maps/victory_road_1f.asm @@ -0,0 +1,32 @@ +_VictoryRoad1BattleText1: ; 85c79 (21:5c79) + text "I wonder if you" + line "are good enough" + cont "for me!" + done + +_VictoryRoad1EndBattleText1: ; 85ca2 (21:5ca2) + text "I" + line "lost out!" + prompt + +_VictoryRoad1AfterBattleText1: ; 85caf (21:5caf) + text "I never wanted to" + line "lose to anybody!" + done + +_VictoryRoad1BattleText2: ; 85cd3 (21:5cd3) + text "I can see you're" + line "good! Let me see" + cont "exactly how good!" + done + +_VictoryRoad1EndBattleText2: ; 85d07 (21:5d07) + text "I" + line "had a chance..." + prompt + +_VictoryRoad1AfterBattleText2: ; 85d1a (21:5d1a) + text "I concede, you're" + line "better than me!" + done + -- cgit v1.3.1-sl0p