aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/victory_road_3f.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
committerIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
commit6bfe2f42381deecf254542842d7c312d777062fc (patch)
tree455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/victory_road_3f.asm
parentMerge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff)
parentGet rid of more unnecessary labels in text.asm (diff)
downloadpokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/maps/victory_road_3f.asm')
-rw-r--r--text/maps/victory_road_3f.asm64
1 files changed, 64 insertions, 0 deletions
diff --git a/text/maps/victory_road_3f.asm b/text/maps/victory_road_3f.asm
new file mode 100644
index 00000000..35604c17
--- /dev/null
+++ b/text/maps/victory_road_3f.asm
@@ -0,0 +1,64 @@
+_VictoryRoad3BattleText2: ; 81d9b (20:5d9b)
+ text "I heard rumors of"
+ line "a child prodigy!"
+ done
+
+_VictoryRoad3EndBattleText2: ; 81dbf (20:5dbf)
+ text "The"
+ line "rumors were true!"
+ prompt
+
+_VictoryRoad3AfterBattleText2: ; 81dd6 (20:5dd6)
+ text "You beat GIOVANNI"
+ line "of TEAM ROCKET?"
+ done
+
+_VictoryRoad3BattleText3: ; 81df9 (20:5df9)
+ text "I'll show you just"
+ line "how good you are!"
+ done
+
+_VictoryRoad3EndBattleText3: ; 81e1e (20:5e1e)
+ text "I'm"
+ line "furious!"
+ prompt
+
+_VictoryRoad3AfterBattleText3: ; 81e2b (20:5e2b)
+ text "You showed me just"
+ line "how good I was!"
+ done
+
+_VictoryRoad3BattleText4: ; 81e4f (20:5e4f)
+ text "Only the chosen"
+ line "can pass here!"
+ done
+
+_VictoryRoad3EndBattleText4: ; 81e6f (20:5e6f)
+ text "I"
+ line "don't believe it!"
+ prompt
+
+_VictoryRoad3AfterBattleText4: ; 81e83 (20:5e83)
+ text "All trainers here"
+ line "are headed to the"
+ cont "#MON LEAGUE!"
+ cont "Be careful!"
+ done
+
+_VictoryRoad3BattleText5: ; 81ec1 (20:5ec1)
+ text "Trainers live to"
+ line "seek stronger"
+ cont "opponents!"
+ done
+
+_VictoryRoad3EndBattleText5: ; 81eec (20:5eec)
+ text "Oh!"
+ line "So strong!"
+ prompt
+
+_VictoryRoad3AfterBattleText5: ; 81efc (20:5efc)
+ text "By fighting tough"
+ line "battles, you get"
+ cont "stronger!"
+ done
+