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_1.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_1.asm')
| -rw-r--r-- | text/maps/rock_tunnel_b2f_1.asm | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/text/maps/rock_tunnel_b2f_1.asm b/text/maps/rock_tunnel_b2f_1.asm deleted file mode 100644 index 47dc2bb9..00000000 --- a/text/maps/rock_tunnel_b2f_1.asm +++ /dev/null @@ -1,109 +0,0 @@ -_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 - |
