diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
| commit | fbda25d3d8a8191b9397c29d7ff475f2264c978e (patch) | |
| tree | eaed4a978a69b33ad22f7c52eda0b8b85ccc447c /text/maps/victory_road_2f.asm | |
| parent | Split out route text (diff) | |
| download | pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.gz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.xz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.zip | |
Split out the rest of map text
Diffstat (limited to 'text/maps/victory_road_2f.asm')
| -rw-r--r-- | text/maps/victory_road_2f.asm | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/text/maps/victory_road_2f.asm b/text/maps/victory_road_2f.asm new file mode 100644 index 00000000..630219a9 --- /dev/null +++ b/text/maps/victory_road_2f.asm @@ -0,0 +1,86 @@ +_VictoryRoad2BattleText6: ; 8d06e (23:506e) + text "Gyaoo!@@" + +_VictoryRoad2BattleText1: ; 8d077 (23:5077) + text "VICTORY ROAD is" + line "the final test" + cont "for trainers!" + done + +_VictoryRoad2EndBattleText1: ; 8d0a5 (23:50a5) + text "Aiyah!" + prompt + +_VictoryRoad2AfterBattleText1: ; 8d0ad (23:50ad) + text "If you get stuck," + line "try moving some" + cont "boulders around!" + done + +_VictoryRoad2BattleText2: ; 8d0e1 (23:50e1) + text "Ah, so you wish" + line "to challenge the" + cont "ELITE FOUR?" + done + +_VictoryRoad2EndBattleText2: ; 8d10f (23:510f) + text "You" + line "got me!" + prompt + +_VictoryRoad2AfterBattleText2: ; 8d11c (23:511c) + text $53, " also came" + line "through here!" + done + +_VictoryRoad2BattleText3: ; 8d137 (23:5137) + text "Come on!" + line "I'll whip you!" + done + +_VictoryRoad2EndBattleText3: ; 8d14f (23:514f) + text "I got" + line "whipped!" + prompt + +_VictoryRoad2AfterBattleText3: ; 8d15f (23:515f) + text "You earned the" + line "right to be on" + cont "VICTORY ROAD!" + done + +_VictoryRoad2BattleText4: ; 8d18c (23:518c) + text "If you can get" + line "through here, you" + cont "can go meet the" + cont "ELITE FOUR!" + done + +_VictoryRoad2EndBattleText4: ; 8d1ca (23:51ca) + text "No!" + line "Unbelievable!" + prompt + +_VictoryRoad2AfterBattleText4: ; 8d1dd (23:51dd) + text "I can beat you" + line "when it comes to" + cont "knowledge about" + cont "#MON!" + done + +_VictoryRoad2BattleText5: ; 8d214 (23:5214) + text "Is VICTORY ROAD" + line "too tough?" + done + +_VictoryRoad2EndBattleText5: ; 8d230 (23:5230) + text "Well" + line "done!" + prompt + +_VictoryRoad2AfterBattleText5: ; 8d23c (23:523c) + text "Many trainers give" + line "up the challenge" + cont "here." + done + |
