diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 16:18:39 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:47:55 -0500 |
| commit | 31f074542bd5da787d95001fefd6cd944153fed3 (patch) | |
| tree | 67d0d42fac188b17f0e5e4b1a5e188bfc877919d /text/maps/victory_road_1f.asm | |
| parent | split viridian and oaks lab text into text/maps/ (diff) | |
| download | pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.gz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.xz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.zip | |
split out a bunch of map text
Diffstat (limited to 'text/maps/victory_road_1f.asm')
| -rw-r--r-- | text/maps/victory_road_1f.asm | 32 |
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..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 + |
