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/route_11.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/route_11.asm')
| -rw-r--r-- | text/maps/route_11.asm | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/text/maps/route_11.asm b/text/maps/route_11.asm new file mode 100644 index 00000000..ae48f3ca --- /dev/null +++ b/text/maps/route_11.asm @@ -0,0 +1,164 @@ +_Route11BattleText1:: ; 8e8ee (23:68ee) + text "Win, lose or draw!" + done + +_Route11EndBattleText1:: ; 8e902 (23:6902) + text "Atcha!" + line "Didn't go my way!" + prompt + +_Route11AfterBattleText1:: ; 8e91b (23:691b) + text "#MON is life!" + line "And to live is to" + cont "gamble!" + done + +_Route11BattleText2:: ; 8e944 (23:6944) + text "Competition! I" + line "can't get enough!" + done + +_Route11EndBattleText2:: ; 8e965 (23:6965) + text "I had" + line "a chance!" + prompt + +_Route11AfterBattleText2:: ; 8e976 (23:6976) + text "You can't be a" + line "coward in the" + cont "world of #MON!" + done + +_Route11BattleText3:: ; 8e9a2 (23:69a2) + text "Let's go, but" + line "don't cheat!" + done + +_Route11EndBattleText3:: ; 8e9bc (23:69bc) + text "Huh?" + line "That's not right!" + prompt + +_Route11AfterBattleText3:: ; 8e9d3 (23:69d3) + text "I did my best! I" + line "have no regrets!" + done + +_Route11BattleText4:: ; 8e9f6 (23:69f6) + text "Careful!" + line "I'm laying down" + cont "some cables!" + done + +_Route11EndBattleText4:: ; 8ea1c (23:6a1c) + text "That" + line "was electric!" + prompt + +_Route11AfterBattleText4:: ; 8ea30 (23:6a30) + text "Spread the word" + line "to save energy!" + done + +_Route11BattleText5:: ; 8ea51 (23:6a51) + text "I just became a" + line "trainer! But, I" + cont "think I can win!" + done + +_Route11EndBattleText5:: ; 8ea83 (23:6a83) + text "My" + line "#MON couldn't!" + prompt + +_Route11AfterBattleText5:: ; 8ea95 (23:6a95) + text "What do you want?" + line "Leave me alone!" + done + +_Route11BattleText6:: ; 8eab8 (23:6ab8) + text "Fwahaha! I have" + line "never lost!" + done + +_Route11EndBattleText6:: ; 8ead5 (23:6ad5) + text "My" + line "first loss!" + prompt + +_Route11AfterBattleText6:: ; 8eae5 (23:6ae5) + text "Luck of the draw!" + line "Just luck!" + done + +_Route11BattleText7:: ; 8eb03 (23:6b03) + text "I have never won" + line "before..." + done + +_Route11EndBattleText7:: ; 8eb1f (23:6b1f) + text "I saw" + line "this coming..." + prompt + +_Route11AfterBattleText7:: ; 8eb35 (23:6b35) + text "It's just luck." + line "Luck of the draw." + done + +_Route11BattleText8:: ; 8eb57 (23:6b57) + text "I'm the best in" + line "my class!" + done + +_Route11EndBattleText8:: ; 8eb71 (23:6b71) + text "Darn!" + line "I need to make my" + cont "#MON stronger!" + prompt + +_Route11AfterBattleText8:: ; 8eb99 (23:6b99) + text "There's a fat" + line "#MON that" + cont "comes down from" + cont "the mountains." + + para "It's strong if" + line "you can get it." + done + +_Route11BattleText9:: ; 8ebee (23:6bee) + text "Watch out for" + line "live wires!" + done + +_Route11EndBattleText9:: ; 90000 (24:4000) + text "Whoa!" + line "You spark plug!" + prompt + +_Route11AfterBattleText9:: ; 90017 (24:4017) + text "Well, better get" + line "back to work." + done + +_Route11BattleText10:: ; 90037 (24:4037) + text "My #MON should" + line "be ready by now!" + done + +_Route11EndBattleText10:: ; 90058 (24:4058) + text "Too" + line "much, too young!" + prompt + +_Route11AfterBattleText10:: ; 9006e (24:406e) + text "I better go find" + line "stronger ones!" + done + +_Route11Text11:: ; 9008f (24:408f) + text "DIGLETT's CAVE" + done + + |
