summaryrefslogtreecommitdiff
path: root/text/maps/victory_road_1f.asm
diff options
context:
space:
mode:
Diffstat (limited to 'text/maps/victory_road_1f.asm')
-rw-r--r--text/maps/victory_road_1f.asm32
1 files changed, 32 insertions, 0 deletions
diff --git a/text/maps/victory_road_1f.asm b/text/maps/victory_road_1f.asm
new file mode 100644
index 00000000..b6892f43
--- /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
+