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/rock_tunnel_b2f_1.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/rock_tunnel_b2f_1.asm')
| -rw-r--r-- | text/maps/rock_tunnel_b2f_1.asm | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/text/maps/rock_tunnel_b2f_1.asm b/text/maps/rock_tunnel_b2f_1.asm new file mode 100644 index 00000000..d6aaa414 --- /dev/null +++ b/text/maps/rock_tunnel_b2f_1.asm @@ -0,0 +1,109 @@ +_RockTunnel2BattleText2: ; 86a1d (21:6a1d) + text "Hikers leave twigs" + line "as trail markers." + done + +_RockTunnel2EndBattleText2: ; 86a43 (21:6a43) + text "Ohhh!" + line "I did my best!" + prompt + +_RockTunnel2AfterBattleText2: ; 86a59 (21:6a59) + text "I want to go " + line "home!" + done + +_RockTunnel2BattleText3: ; 86a6e (21:6a6e) + text "Hahaha! Can you" + line "beat my power?" + done + +_RockTunnel2EndBattleText3: ; 86a8e (21:6a8e) + text "Oops!" + line "Out-muscled!" + prompt + +_RockTunnel2AfterBattleText3: ; 86aa2 (21:6aa2) + text "I go for power" + line "because I hate" + cont "thinking!" + done + +_RockTunnel2BattleText4: ; 86acb (21:6acb) + text "You have a" + line "#DEX?" + cont "I want one too!" + done + +_RockTunnel2EndBattleText4: ; 86aed (21:6aed) + text "Shoot!" + line "I'm so jealous!" + prompt + +_RockTunnel2AfterBattleText4: ; 86b04 (21:6b04) + text "When you finish" + line "your #DEX, can" + cont "I have it?" + done + +_RockTunnel2BattleText5: ; 86b2f (21:6b2f) + text "Do you know about" + line "costume players?" + done + +_RockTunnel2EndBattleText5: ; 86b53 (21:6b53) + text "Well," + line "that's that." + prompt + +_RockTunnel2AfterBattleText5: ; 86b66 (21:6b66) + text "Costume players" + line "dress up as" + cont "#MON for fun." + done + +_RockTunnel2BattleText6: ; 86b91 (21:6b91) + text "My #MON" + line "techniques will" + cont "leave you crying!" + done + +_RockTunnel2EndBattleText6: ; 86bbc (21:6bbc) + text "I give!" + line "You're a better" + cont "technician!" + prompt + +_RockTunnel2AfterBattleText6: ; 86be0 (21:6be0) + text "In mountains," + line "you'll often find" + cont "rock-type #MON." + done + +_RockTunnel2BattleText7: ; 86c10 (21:6c10) + text "I don't often" + line "come here, but I" + cont "will fight you." + done + +_RockTunnel2EndBattleText7: ; 86c3f (21:6c3f) + text "Oh!" + line "I lost!" + prompt + +_RockTunnel2AfterBattleText7: ; 86c4c (21:6c4c) + text "I like tiny" + line "#MON, big ones" + cont "are too scary!" + done + +_RockTunnel2BattleText8: ; 86c77 (21:6c77) + text "Hit me with your" + line "best shot!" + done + +_RockTunnel2EndBattleText8: ; 86c94 (21:6c94) + text "Fired" + line "away!" + prompt + |
