diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 01:52:50 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:16:11 -0400 |
| commit | 10af88ddd712415f2a0a2b6124187d51075c95d5 (patch) | |
| tree | 0fe1145438b5cc645f95fe190b9f418cf73dedc7 /text/maps/rock_tunnel_b2f.asm | |
| parent | Attempt to make Yellow buildable, part 2. (diff) | |
| download | pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.gz pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.xz pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.zip | |
text.o
Conflicts:
main.asm
text.asm
text/maps/cerulean_trade_house.asm
text/maps/copycats_house_1f.asm
text/maps/daycare_2.asm
text/maps/museum_2f.asm
text/maps/oaks_lab.asm
text/maps/pewter_gym.asm
text/maps/route_9_1.asm
text/maps/school.asm
text/maps/vermilion_gym_1.asm
wram.asm
yellow/text.asm
Diffstat (limited to 'text/maps/rock_tunnel_b2f.asm')
| -rw-r--r-- | text/maps/rock_tunnel_b2f.asm | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/text/maps/rock_tunnel_b2f.asm b/text/maps/rock_tunnel_b2f.asm new file mode 100644 index 00000000..1fe8b361 --- /dev/null +++ b/text/maps/rock_tunnel_b2f.asm @@ -0,0 +1,130 @@ +_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 + +_RockTunnel2AfterBattleText8:: ; 88000 (22:4000) + text "I'll raise my" + line "#MON to beat" + cont "yours, kid!" + done + +_RockTunnel2BattleText9:: ; 88027 (22:4027) + text "I draw #MON" + line "when I'm home." + done + +_RockTunnel2EndBattleText9:: ; 88042 (22:4042) + text "Whew!" + line "I'm exhausted!" + prompt + +_RockTunnel2AfterBattleText9:: ; 88057 (22:4057) + text "I'm an artist," + line "not a fighter." + done + |
